Live application: waffletier.com.
WTW is an applcation that consolidates player data for Heroes of the Storm using HotsApi.
Hero resources are retrieved from heroes-talents.
Install dependencies
npm install
Retrieve heroes resources and generate player data
npm run set-up
Start the application
npm start