Home > ghapi-helper

ghapi-helper

Ghapi-helper is a project mainly written in JavaScript, it's free.

Simple web server to grab an oauth token for github

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
Previous:Tweeks-Extension