Utilities for Hearthstone.
$ npm install -g hearthstone
To record a game, run following command:
$ hslog
Start hearthstone, any games will be saved to ~/Documents/hearthstone/
Card names and text are all copyright Blizzard Entertainment.
This app is not affiliated with Blizzard Entertainment in any way.
Used data from hearthstonejson.com.
- Fork it ( https://github.com/siuying/node-hearthstone/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request