Skip to content

Releases: vedika-io/vedika-sdk-javascript

v1.0.0 - Initial Public Release

08 Nov 13:34

Choose a tag to compare

Vedika JavaScript SDK v1.0.0

Initial Public Release

The first production release of the official Vedika JavaScript/TypeScript SDK.

Features

  • AI-powered conversational astrology queries (UNIQUE!)
  • Full TypeScript support with type definitions
  • Complete birth chart generation
  • Dasha period calculations
  • Ashtakoota compatibility matching
  • 300+ Yoga detection
  • Comprehensive dosha analysis
  • Muhurtha calculations
  • Numerology (37 calculations)
  • 22 language support
  • Real-time streaming responses

Installation

npm install vedika-sdk
# or
yarn add vedika-sdk

Quick Start

const { VedikaClient } = require('vedika-sdk');

const client = new VedikaClient({ apiKey: 'vk_test_...' });
const response = await client.askQuestion({
  question: 'What are my career prospects?',
  birthDetails: {...}
});

See README.md for full documentation.


Built with ❤️ by Vedika Intelligence