https://github.com/paulmelnikow/github-limited
Command-line utility for troubleshooting Github rate limits
https://github.com/paulmelnikow/github-limited
cli github rate-limit
Last synced: 5 months ago
JSON representation
Command-line utility for troubleshooting Github rate limits
- Host: GitHub
- URL: https://github.com/paulmelnikow/github-limited
- Owner: paulmelnikow
- License: mit
- Created: 2017-11-02T16:05:16.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T19:45:47.000Z (over 3 years ago)
- Last Synced: 2025-03-14T15:44:28.631Z (over 1 year ago)
- Topics: cli, github, rate-limit
- Language: JavaScript
- Size: 264 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# github-limited
[][npm]
[][npm]
[][build]
[][prettier]
[npm]: https://npmjs.com/github-limited/
[build]: https://circleci.com/gh/paulmelnikow/github-limited/tree/master
[prettier]: https://prettier.io/
Command-line utility for troubleshooting Github rate limits.
```console
$ github-limited -t token
$ github-limited -c client_id client_secret
```
Example output:
```console
core:
remaining: 12479 of 12500
reset: in 18 minutes
search:
remaining: 30 of 30
reset: in a minute
graphql:
remaining: 5000 of 5000
reset: in an hour
```
## Installation
Requires Node 8+.
```
npm install -g github-limited
```
## Contribute
- Issue Tracker: https://github.com/paulmelnikow/github-limited/issues
- Source Code: https://github.com/paulmelnikow/github-limited
Pull requests welcome!
## Support
If you are having issues, please let me know.
## License
The project is licensed under the MIT license.