GuardianTheater / xbox-clips-for-gamertag-service

Node.js service, returns 100 Destiny Xbox DVR clips for a provided Gamertag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running locally

  1. Install Node.js.

  2. Install Heroku CLI.

  3. Run npm i to install dependencies.

  4. Create a file called .env containing Xbox credentials. It should look something like this:

    XBOXUSER=<an xbox live email address>
    XBOXPASS=<an xbox live password>
    
  5. Run npm start.

About

Node.js service, returns 100 Destiny Xbox DVR clips for a provided Gamertag


Languages

Language:JavaScript 100.0%