hearthstone-watcher
v1.1.0
Published
hearthstone log watcher
Downloads
3
Maintainers
Readme
hearthstone-watcher
node.js module that reads actions in hearthstone
Usage
$ npm install hearthstone-watcher
var LogWatcher = require('hearthstone-watcher');
var lw = new LogWatcher();
logw.start();
logw.update();Use .update() whenever you would like to know what has occurred since the last update.
