Skip to content

llamaiscoollmao/Apex-Legends-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.