Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

ryan-rushton/destiny-quartermaster

Repository files navigation

Currently under construction.

Destiny Quartermaster Build Status

This project was bootstrapped with Create React App.

Setup

Bungie API Registration and setup

  1. Register for an api key here https://www.bungie.net/en/Application and provide the following registration details.
    • OAuth Client Type - Confidential
    • Redirect URL - https://127.0.0.1:3000/redirect
    • Scope should include
      • Read your Destiny 2 information (Vault, Inventory, and Vendors), as well as Destiny 1 Vault and Inventory data.
      • Move or equip Destiny gear and other items.
    • Origin Header - https://127.0.0.1:3000
  2. Put your API key and the client id and secret into the REACT_APP_BUNGIE_API_KEY, REACT_APP_BUNGIE_API_CLIENT_ID and REACT_APP_BUNGIE_API_CLIENT_SECRET variables in the .env.development file variables. Make sure this is never committed.