Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0555f36

Browse files
committed
Added note & link re creating tokens
1 parent d6c15b8 commit 0555f36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ var github = new Github({
3636
});
3737
```
3838

39+
You can use either:
40+
* Authorised App Tokens (via client/secret pairs), used for bigger applications
41+
* Personal Access Tokens (simpler to set up), used on command lines, scripts etc
42+
See this page for more info: [Creating an access token for command-line use](https://help.github.com/articles/creating-an-access-token-for-command-line-use)
43+
3944
## Repository API
4045

4146

0 commit comments

Comments
 (0)