This project extracts data from Heroes of the Storm data files into JSON files.
This is then used to generate the website: http://heroesjson.com
This project meant to run on Linux or Mac OSX. To run you need:
- nodejs
- git
- cmake
git clone https://github.com/nydus/heroesjson.git
cd heroesjson
./build.sh
node generate.js /path/to/heroes/install/dir
SEE howto.txt FOR MORE DETAILS ON HOW TO RUN
The resulting JSON files will be in the 'out' directory.
Thank you to the original owner and creator Sembiance for the initial project.
Please do. I have very limited time, and agreed to take over this project just so that it still breathes live. However, I have many other projects and this one, unfortunately, falls to the back of the line. There are plenty of issues to tackle!