Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.54 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.54 KB

Branch VNext Authentication

Build status Github Issues Github Forks Github Stars Github License

A simple nodejs api to authenticate with Halo Waypoint, and Xbox Live.

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

git clone [email protected]:TheTree/branch-vnext-auth.git # or clone your own fork
cd branch-vnext-auth
npm install
npm start

Your app should now be running on localhost:3001.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using the web-based flow:

Deploy to Heroku