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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,15 @@ Useful web checker to see what languages are used from a github account inspired
8
8
9
9
## Running the app locally
10
10
11
-
*[Generate a GitHub personal access token](https://github.com/settings/tokens/new?scopes=&description=Hacktoberfest%20Checker) to ensure you don't get rate limited API call.
11
+
*[Generate a GitHub personal access token](https://github.com/settings/tokens/new?scopes=&description=GitHub%20langs) to ensure you don't get rate limited API call.
12
12
13
13
* Create `config.json` file with this content :
14
14
```json
15
15
{
16
16
"client_id":"your_client_id",
17
17
"client_secret":"your_client_secret"
18
-
}```
18
+
}
19
+
```
19
20
20
21
* If you want to run test (with eslint) : `npm run eslint`
0 commit comments