Skip to content

nolim1t/ghapi-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Simple web server to grab an oauth token for github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published