Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apostrophecms/github-stars-by-month
Github stars... by month. Shocking, we know.
https://github.com/apostrophecms/github-stars-by-month
Last synced: 9 days ago
JSON representation
Github stars... by month. Shocking, we know.
- Host: GitHub
- URL: https://github.com/apostrophecms/github-stars-by-month
- Owner: apostrophecms
- Created: 2018-02-05T22:18:08.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T19:05:55.000Z (over 1 year ago)
- Last Synced: 2024-12-19T18:15:25.459Z (15 days ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-stars-by-month
First copy `config-example.js` to `config.js` and add your personal Github token
, then:```
node app apostrophecms/apostrophe
```## Options:
### frequency
Use `--frequency=quarterly` for quarterly data.
Use `--frequency=weekly` for weekly data (this uses a Sunday - Saturday week).### reverse
Use `--reverse` to see the data in reverse chronological order.## TODO:
- [ ] clean this up as something you can `npm install -g`.