Skip to content

One page Destiny 2 player record summary.

Notifications You must be signed in to change notification settings

atrctr/Destiny2Legend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Destiny 2 Legend

Simple one-page app to display player's lifetime Destiny 2 record using Bungie.net API.

Installation and running

  1. Create .env with Bungie API parameters: BUNGIE_API_KEY and BUNGIE_OAUTH_CLIENT_ID
  2. Put SSL certificates in the root directory of the project as server.cert.pem and server.key.pem
  3. Install node dependencies npm i; before first run and whenever new Destiny 2 manifest are published, run npm update-definitions.
  4. Start the app with npm start