Kigstn / DestinyActivityReport

A website allowing players to browse their Destiny 2 activity stats
https://activities.report
Other
3 stars 0 forks source link

➡ Visit Website ⬅


Destiny Activity Report

Destiny Activity Report is a static website which let's Destiny 2 players view their activity stats interactively. Activities are queried at runtime from the bungie API, so the website will always represent the current state of the game without needing an update.

All stats are queried 100% locally from the bungie API - no data is saved nor provided by us.

image

Contributions

Contributions are more then welcome if you find bugs / are interested in new features!

Development Setup

  1. git clone https://github.com/Kigstn/DestinyActivityReport
  2. npm install
  3. npm run dev