https://github.com/prince-mendiratta/github-api-auth
https://github.com/prince-mendiratta/github-api-auth
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prince-mendiratta/github-api-auth
- Owner: Prince-Mendiratta
- Created: 2022-02-26T13:18:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T13:19:43.000Z (about 3 years ago)
- Last Synced: 2025-01-26T12:41:22.373Z (4 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Get personal token from [Developer Settings](https://github.com/settings/tokens)
Ratelimit docs - https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting
```bash
git clone https://github.com/Prince-Mendiratta/github-api-auth.git
cd github-api-auth
npm install
```
Add your token to index.js, line 19.```bash
node index.js
```