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

solar-status

v1.1.0

Published

Terminal dashboard and Telegram bot for solar activity in your city: NOAA storm scales, Kp index, aurora odds, tech impact, and how it may make you feel. Zero dependencies.

Readme

solar-status

Terminal dashboard for solar activity where you live — current NOAA storm scales, Kp index with 24-hour sparkline, 3-day forecast, aurora odds, what it means for the tech around you, and how the storm may make you feel.

Zero dependencies, no API key. Data comes straight from the NOAA Space Weather Prediction Center and Open-Meteo geocoding.

Usage

npx solar-status

On first run it asks for your city and lets you pick the right one (there are at least four Moscows). The choice is saved; change it anytime:

solar-status --city "Moscow"

Or install globally:

npm install -g solar-status

Options

| Flag | Effect | |------|--------| | --city "Name" | Change the saved city (prompts if ambiguous) | | --watch 300 | Refresh every N seconds (minimum 60) | | --json | Machine-readable output | | --no-color | Disable ANSI colors | | --version | Print version | | --help | Show help |

Config lives at ~/.config/solar-status/config.json; last successful NOAA responses are cached at ~/.cache/solar-status.json so the tool degrades gracefully offline.

Telegram bot

The same dashboard as a Telegram bot — try it live at @solar_status_tgbot, or run your own, still zero dependencies:

TELEGRAM_BOT_TOKEN="123:abc" solar-status-bot

Create a bot with @BotFather to get a token. The bot asks for a shared location or a typed city name, replies with rich HTML messages (expandable health notes, inline refresh button), and answers in Russian when the sender's Telegram language is Russian, English otherwise.

/alerts lets a user opt into storm notifications — any storm (G1+) or strong only (G3+), off by default. The bot checks NOAA every 3 hours and messages subscribers when activity reaches their level (current or 3-day forecast), once per storm rather than daily; a user who blocks the bot is opted out automatically. Chat state lives in ~/.config/solar-status/bot-chats.json. Preview the message formatting without a token: solar-status-bot --demo "Oslo".

What the letters mean

NOAA scales, each 0 (quiet) to 5 (extreme):

  • G — geomagnetic storms: power grids, GPS precision, aurora
  • R — radio blackouts: HF/shortwave radio (not cellular or Wi-Fi)
  • S — solar radiation storms: satellites, astronauts, polar flights

About the health section

The "how it may feel" section reports what people commonly self-report during storms (sleep disturbance, headaches, fatigue). The scientific evidence for these effects is mixed and inconclusive — the tool says so rather than pretending otherwise. One thing is certain: ground-level radiation does not increase during geomagnetic storms. This is not medical advice.

Requirements

Node.js 18+.

License

MIT