hearthstone-tracker
v0.5.1
Published
An electron based Hearthstone tracker
Downloads
12
Readme
hearthstone-tracker
An electron based Hearthstone tracker
To get started:
git clone [email protected]:gregstewart/hearthstone-tracker.git && cd hearthstone-tracker
Then run:
npm i && npm start
After a shortish time you should see something like the below the firs time you start the app:
Launch Hearthstone
and play a few games, the UI should update after each completed game.
If you see an error similar to the below:
> [email protected] start /Users/gregstewart/Projects/GitHub/hearthstone-tracker
> electron .
info: undefined undefined
error: Error: Module version mismatch. Expected 50, got 48. This generally implies that leveldown was built with a different version of node than that which is running now. You may try fully removing and reinstalling PouchDB or leveldown to resolve.
Then run:
npm run rebuild:leveldb && npm start
To run the tests:
npm test
Some reources:
- Simple Hearthstone logging - see your complete play history without TCP, screen capture, or violating the TOS
- hearthstone-log-watcher
- hearthstone-log-adapter