[codex] add starkzap stats dashboard example#59
[codex] add starkzap stats dashboard example#59welttowelt wants to merge 1 commit intokeep-starknet-strange:mainfrom
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
This PR adds a new static dashboard example named Starkzap Stats under
examples/starkzap-stats/.The dashboard tracks npm downloads for the
starkzappackage with four views:Why this change
A dedicated stats page was requested to monitor package adoption trends over time and to make weekly/monthly/cumulative movement immediately visible in one place.
Root cause / gap
The repository currently has no built-in example focused on npm adoption metrics. Existing examples cover app integrations, but there was no download analytics dashboard that can be run quickly as a standalone static page.
Implementation details
examples/starkzap-stats/index.htmlhttps://api.npmjs.org/downloads/range/...) for live data.2026-02-01and automatically sets end date to today's local date.examples/starkzap-stats/README.mdUser impact
Developers and maintainers can now run a local dashboard quickly to inspect package growth trends without external setup. This improves visibility into adoption and release impact over time.
Validation
npm run typechecknpm run lintnpm run prettier:check