Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/everlastingbugstopper/gh-downloads

count gh downloads
https://github.com/everlastingbugstopper/gh-downloads

Last synced: 4 days ago
JSON representation

count gh downloads

Awesome Lists containing this project

README

        

# gh-downloads

Run `node index.mjs` and input a repository slug (like `apollographql/rover`) to see the total all-time download number.

## scripting

if you don't have access to a TTY you can pipe input from `stdin` like so: `echo "apollographql/rover" | node index.mjs`