GitHub OAuth server for the demo GH Viewer app.
Go to https://github.com/settings/developers and register a new application.
You'll need to set the CLIENT_ID
and CLIENT_SECRET
config variables according to your application values, and the SCOPE
by default to user:follow read:org
.
You'll need to set the CLIENT_ID
and CLIENT_SECRET
config variables according to your application values.
Requires node v7+
yarn install
CLIENT_ID=[your client ID] CLIENT_SECRET=[your client secret] SCOPE='user:follow read:org' yarn start
MIT
See LICENSE file.