https://github.com/antonmedv/spark
GitHub Stars Sparklines ⚡️
https://github.com/antonmedv/spark
Last synced: 9 months ago
JSON representation
GitHub Stars Sparklines ⚡️
- Host: GitHub
- URL: https://github.com/antonmedv/spark
- Owner: antonmedv
- Created: 2018-04-12T17:40:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T21:14:58.000Z (about 1 year ago)
- Last Synced: 2025-03-29T04:08:50.283Z (10 months ago)
- Language: JavaScript
- Homepage: https://stars.medv.io
- Size: 1.73 MB
- Stars: 145
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - spark
README
# ⚡️ Spark 
Go to [stars.medv.io](https://stars.medv.io)
Spark is a generator of pretty little graphs called sparklines, which shows GitHub stars velocity of a repo.
## Development
Clone repo, create _.env_ file with [personal access token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/):
```
ACCESS_TOKEN=...
```
Install packages, start server:
```
npm install
node index.js
```
## Rate limit
Spark can't eagerly load all stars of a repo, only 100 stargazers per requset allowed, and GitHub API v4 has rate limit of 5000 points per hour.
Spark has special endpoint for monitoring remaining rate limit, queue size and processing svg: [stars.medv.io/status](https://stars.medv.io/status)
## Related
- https://github.com/qoomon/starline
## License
MIT