Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/everlastingbugstopper/gh-downloads
- Owner: EverlastingBugstopper
- License: mit
- Created: 2022-05-23T15:53:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T17:15:11.000Z (over 1 year ago)
- Last Synced: 2024-11-12T16:49:21.482Z (2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`