Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nolim1t/ghapi-helper
Simple web server to grab an oauth token for github
https://github.com/nolim1t/ghapi-helper
Last synced: 2 days ago
JSON representation
Simple web server to grab an oauth token for github
- Host: GitHub
- URL: https://github.com/nolim1t/ghapi-helper
- Owner: nolim1t
- Created: 2011-08-24T05:13:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-24T06:40:20.000Z (about 13 years ago)
- Last Synced: 2024-04-14T14:30:02.556Z (7 months ago)
- Language: JavaScript
- Homepage: http://nolim1t.github.com
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GITHUB OAuthv2 API Helper
## What is it?
This is a simple webserver which assists with grabbing an oauth access token from github.
You can also modify this for other flavours
## How do you use it
You need to have the following npm libraries
- express (2.4.4 tested)
- request (2.1.1 tested)Before starting you need to set the following environment variables
- GHCONSUMER
- GHSECRET## TODO
- Make it more configurable particularly the port number
- Make it more user friendly
- Write some tests
- Refactor