Skip to content

crorella/heroesjson

 
 

Repository files navigation

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!

About

Extract Heroes of the Storm game data to JSON format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • CSS 9.6%
  • C 2.9%
  • CMake 1.1%
  • Other 1.0%