Skip to content

Connects to Xbox Live API to display information about Users of Xbox Live. Search for gamer tags, profiles, clips and recent activity.

Notifications You must be signed in to change notification settings

taran-pierce/xbox

Repository files navigation

Xbox Live API 2.1.1

A project to interact with the Xbox Live API and see what kind of data you can get back and displaying it.

Setup

  • git clone https://github.com/taran-pierce/xbox.git
  • cd xbox
  • npm install
  • Update next.config.js with your API key

Commands

  • npm run dev
    • if port is taken npm run dev -- -p <PORT>

Directory structure:

  /xbox
  |
  |-pages
  |  |-index.js
  |
  |-components
  |  |-Header
  |  |   |-index.js
  |  |   |-header.scss
  |  |
  |  |-Footer
  |
  |-utilities
  |  |-apiHeaders.js
  |
  |-static
  |  |-img
  |

Pushes to master update Heroku: https://xbox-live.herokuapp.com/

About

Connects to Xbox Live API to display information about Users of Xbox Live. Search for gamer tags, profiles, clips and recent activity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published