UI for displaying stats from online multiplayer game Apex Legends. Landing page contains several pre-set players. Can search up yourself or friends detailed stats based on username and platform. API Used: https://portal.apexlegendsapi.com/ *API has a strict rpm limit. Spamming a request will result in a warning that you are over your limit.
- Install Node.js
- Clone the repository
git clone https://github.com/CJThornburg/APEXFriends.git
- Install dependencies
cd APEXFriends
npm install
- Add .env and api key
touch .env
API="XXXXXXXXXXXXXXXXXXXXXXXXXXX"
- Run the project
npm start
Navigate to http://localhost:3000
Deployed using Heroku Apex Friends