heroesjson
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
Use
This project meant to run on Linux or Mac OSX. To run you need:
- nodejs
- git
- cmake
Build
git clone https://github.com/nydus/heroesjson.git
cd heroesjson
./build.sh
Run
node generate.js /path/to/heroes/install/dir
SEE howto.txt FOR MORE DETAILS ON HOW TO RUN
Results
The resulting JSON files will be in the 'out' directory.
Credits
Thank you to the original owner and creator Sembiance for the initial project.
Contributing
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!