Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 644 Bytes

File metadata and controls

11 lines (9 loc) · 644 Bytes

Github OAuth

An application written in NodeJS to retrieve a user's data in Github using OAuth tokens.

Installing and Using the App

  1. Clone the directory by git clone https://github.com/codethejason/GithubOAuth.
  2. Run npm install inside the directory you just cloned.
  3. Create a new app with Github at https://github.com/settings/applications/new.
  4. Rename config.sample.js to config.js and update the file with your GitHub client_id and secret you got from step 3.
  5. Run npm start to start the server.
  6. Go to http://localhost:8080/ to see the application.