https://github.com/niradler/npmdash
fetch and display npm packages info, like downloads, stars, issues etc...
https://github.com/niradler/npmdash
downloads information-retrieval npm npm-package npmjs
Last synced: 3 months ago
JSON representation
fetch and display npm packages info, like downloads, stars, issues etc...
- Host: GitHub
- URL: https://github.com/niradler/npmdash
- Owner: niradler
- License: mit
- Created: 2019-06-10T20:14:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:11:09.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T04:24:55.360Z (8 months ago)
- Topics: downloads, information-retrieval, npm, npm-package, npmjs
- Language: HTML
- Homepage: https://github.com/niradler/npmdash
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# npmdash
fetch and display npm packages info, like downloads, stars, issues etc...
[Try it out](http://images.devresources.site:8989/)
### cli usage
```
npm i -g npmdash
npmdash -u
```### docker usage
```
docker pull niradler/npmdash
docker container run -p 8989:8989 npmdash
```### tech stack
- nodejs
- typescript
- puppeteer (for packages list)
- commander (cli)
- docker
- aws fargate### screenshots
![]()
![]()