An open API service indexing awesome lists of open source software.

https://github.com/prince-mendiratta/github-api-auth


https://github.com/prince-mendiratta/github-api-auth

Last synced: about 2 months ago
JSON representation

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
```