npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@vedika-io/cli

v1.1.0

Published

Official CLI for Vedika Astrology API - Generate predictions, birth charts, panchang, and more

Readme

@vedika-io/cli

Official CLI for Vedika Astrology API - Generate predictions, birth charts, panchang, and more.

Installation

npm install -g @vedika-io/cli
# or use directly with npx
npx @vedika-io/cli

Quick Start

# Initialize with your API key
vedika init --key YOUR_API_KEY

# Or use free sandbox mode
vedika init --sandbox

# Test connection
vedika test

# Get predictions
vedika predict daily --rashi Aries
vedika predict weekly --date 1990-05-15
vedika predict monthly --rashi Taurus
vedika predict quarterly --rashi Leo
vedika predict yearly --date 1985-03-20

# Generate birth chart
vedika generate chart --date 1990-05-15 --time 10:30

# Get panchang
vedika generate panchang

# View pricing
vedika pricing

Commands

vedika init

Initialize project with API key or sandbox mode.

vedika init --key YOUR_API_KEY    # Production mode
vedika init --sandbox              # Free sandbox mode (mock data)

vedika test

Test API connection.

vedika predict <period>

Get horoscope predictions.

Periods: daily, weekly, monthly, quarterly, yearly

Options:

  • -r, --rashi <sign> - Moon sign (Aries, Taurus, Gemini, etc.)
  • -d, --date <YYYY-MM-DD> - Birth date (calculates rashi automatically)
  • -t, --time <HH:MM> - Birth time (default: 12:00)
  • --lat <latitude> - Latitude (default: 28.6139)
  • --lng <longitude> - Longitude (default: 77.2090)

vedika generate <type>

Generate astrology data.

Types: chart, horoscope, panchang

vedika pricing

Show API pricing information.

Pricing (V2 Predictions)

| Endpoint | Price | |----------|-------| | Daily Prediction | $0.020 | | Weekly Prediction | $0.028 | | Monthly Prediction | $0.040 | | Quarterly Prediction | $0.056 | | Yearly Prediction | $0.088 |

Free sandbox available for development!

Links

License

MIT