Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 820 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 820 Bytes

APEXFriends

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.

Pre-requisites

Getting started

  • 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