fortnite stat tracker
1.0.0
THE FORTNITE API USED IS PERMANENTLY DOWN, AND THUS THIS WEBSITE DOES NOT WORK. IF YOU WOULD LIKE TO SEE SCREENSHOTS FROM THE PREVIOUSLY LIVE WEBSITE, CLICK HERE.
This is a web application that uses the Fortnite API to search for player stats, view items in the daily shop, and view weekly challenges from any week.
To perform development tasks such as testing and linting, you need to have Node.js installed. In order to get going, run npm install
:
$ cd fortnite-stat-tracker
$ npm install
The installation allows you to run the web app locally. In this folder’s location, just type npm start
:
$ cd fortnite-stat-tracker
$ npm start