This project was bootstrapped with Create React App.
Scripts are provided to simplify data entry:
npm run stats
- Sends web requests to https://feh-stat-pull.herokuapp.com/, which hosts my stats API.npm run templates
- Generates blank entries in the JSON files for missing data (currently only unit templates).npm run portraits
- Sends web requests to the Fire Emblem Heroes Wiki to retrieve and convert missing unit portrait images. Requires ImageMagick installed withmagick convert
available from the command line.
To add new units from the wiki:
- Run the
stats
script. - Run the
templates
script. 2a. If units were missed by the script (usually some wiki data is incorrect/missing), add those manually. - Run the
portraits
script. - Manually fill in data in the JSON files:
units
,weapons
,passives
,specials
,assists
,seals
,upgrades