https://github.com/tristan-f-r/npm-rank
get popular npm packages
https://github.com/tristan-f-r/npm-rank
deno npm npm-rank rank ranking
Last synced: about 1 month ago
JSON representation
get popular npm packages
- Host: GitHub
- URL: https://github.com/tristan-f-r/npm-rank
- Owner: tristan-f-r
- License: mit
- Created: 2022-12-08T14:16:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T09:46:13.000Z (about 2 months ago)
- Last Synced: 2025-04-14T11:16:53.989Z (about 1 month ago)
- Topics: deno, npm, npm-rank, rank, ranking
- Language: TypeScript
- Homepage: https://tristan-f-r.github.io/npm-rank/PACKAGES.html
- Size: 37.1 KB
- Stars: 38
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-rank
Automated top 10000 npm packages collector using Deno & GitHub actions. Inspired
by
[anvaka's npm rank gist](https://gist.github.com/anvaka/8e8fa57c7ee1350e3491).Check out the packages (mdBook):
https://tristan-f-r.github.io/npm-rank/PACKAGES.htmlThe raw data is available in
[releases](https://github.com/tristan-f-r/npm-rank/releases) as
[json](https://github.com/tristan-f-r/npm-rank/releases/download/latest/raw.json).> **Note**: In order to not break existing workflows, the file name `raw.json` will stay stable, and will remain as `Package[]`, ordered by popularity.
> For more information, see the [npm registry API docs](https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md).
> (however, the `Package` isn't guaranteed to be stable and is suspect to change by the NPM team as appropiate).