Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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