Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 580 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 580 Bytes

Apex Legends Tracker

Track user stats in Apex Legends

Forks welcome

Want to add more stuff to this project? Create a fork, then create a pull request!

Installation

npm install

cd client
npm install

Back in the main folder

npm run dev

Create config.env file

PORT=5000
NODE_ENV=development
TRACKER_API_URL=https://public-api.tracker.gg/v2/apex/standard
TRACKER_API_KEY=YOUR TRACKER.GG KEY

Important

The app is build upon the code of the tutorial made by Brad Traversy. Without him, this project would not existed today.