hearthstone
v2.1.0
Published
Utilities for Hearthstone the online card game.
Downloads
2
Readme
Hearthstone
Utilities for Hearthstone.
Installation
$ npm install -g hearthstone
Usage
To record a game, run following command:
$ hslog
Start hearthstone, any games will be saved to ~/Documents/hearthstone/
Attributions
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.
Contributing
- 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