An open API service indexing awesome lists of open source software.

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...

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