Track user stats in Apex Legends
Want to add more stuff to this project? Create a fork, then create a pull request!
npm install
cd client
npm install
npm run dev
PORT=5000
NODE_ENV=development
TRACKER_API_URL=https://public-api.tracker.gg/v2/apex/standard
TRACKER_API_KEY=YOUR TRACKER.GG KEY
The app is build upon the code of the tutorial made by Brad Traversy. Without him, this project would not existed today.