hubot-knockout
v0.1.4
Published
A hubot script used for keeping track of point in the game of knockout
Readme
hubot-knockout
A hubot script used for keeping track of point in the game of knockout
See src/hubot-knockout.js for full documentation.
Installation
In hubot project repo, run:
npm install hubot-knockout --save
Then add hubot-knockout to your external-scripts.json:
[
"hubot-knockout"
]Configuration
REDIS_KEY - specify the key for the bot to reference in Redis
POINTS_PER_GAME - if for some reason you need more pointsSample Commands
knockout scored - Record the knockout score of the user reporting.
knockout scored <@username> - Record the knockout score of the user provided.
knockout scoreboard - View scoreboard.NPM Module
https://www.npmjs.com/package/hubot-knockout
