You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add GITHUB_TOKEN support for authenticated API requests
* test: add tests for authenticated fetch headers
* docs: add GITHUB_TOKEN to README and .env.example
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ Copy `.env.example` to `.env`, and update the variables.
98
98
-`GITHUB_USERNAMES`: Comma-separated GitHub usernames to fetch repositories from.
99
99
-`GITHUB_ORGS`: Optional comma-separated GitHub organization names to include.
100
100
-`IGNORED_REPOS`: Optional comma-separated repo names to exclude from the chart.
101
+
-`GITHUB_TOKEN`: Optional GitHub personal access token. Raises the API rate limit from 60 to 5000 requests/hour.
101
102
102
103
### Running Locally
103
104
```bash
@@ -107,7 +108,7 @@ vercel dev
107
108
108
109
### Deployment
109
110
110
-
[](https://vercel.com/new/clone?repository-url=https://github.com/masonlet/github-top-languages&env=GITHUB_USERNAMES,IGNORED_REPOS&envDescription[GITHUB_USERNAMES]=Comma-separated%20GitHub%20usernames&envDescription[IGNORED_REPOS]=Optional%20comma-separated%20repos%20to%20exclude)
111
+
[](https://vercel.com/new/clone?repository-url=https://github.com/masonlet/github-top-languages&env=GITHUB_USERNAMES,GITHUB_TOKEN,IGNORED_REPOS&envDescription[GITHUB_USERNAMES]=Comma-separated%20GitHub%20usernames&envDescription[IGNORED_REPOS]=Optional%20comma-separated%20repos%20to%20exclude&envDescription[GITHUB_TOKEN]=Optional%20GitHub%20personal%20access%20token%20for%20higher%20rate%20limits)
0 commit comments