Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leodog896/npm-rank
get popular npm packages
https://github.com/leodog896/npm-rank
deno npm npm-rank rank ranking
Last synced: about 24 hours ago
JSON representation
get popular npm packages
- Host: GitHub
- URL: https://github.com/leodog896/npm-rank
- Owner: LeoDog896
- License: mit
- Created: 2022-12-08T14:16:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T12:07:51.000Z (6 months ago)
- Last Synced: 2024-10-29T14:38:38.069Z (18 days ago)
- Topics: deno, npm, npm-rank, rank, ranking
- Language: TypeScript
- Homepage: https://leodog896.github.io/npm-rank/PACKAGES.html
- Size: 34.2 KB
- Stars: 31
- Watchers: 1
- Forks: 4
- 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://leodog896.github.io/npm-rank/PACKAGES.htmlThe raw data is available in
[releases](https://github.com/LeoDog896/npm-rank/releases) as
[json](https://github.com/LeoDog896/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).