XBox Live Matchmaker uses XBoxAPI to find new matches for users based on their gamertag. The app finds friends of friends who are active on XBox Live and have similar gamerscores to the user.
- HTML
- CSS
- Bootstrap CSS
- Javascript
- AngularJS
- Gulp
- XBoxAPI
Use of XBoxAPI requires an API key, which the app expects as a value named "xboxKey". Users can sign up for a free or paid XboxAPI account here.
After cloning and supplying an API key, run bower install, npm install and then gulp serve to run on localhost. Serving defaults to port 8080, which is configurable in the gulpfile in the 'connect' task.

