Skip to content

codethejason/GithubOAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published