0.1.4 • Published 6 years ago

hubot-knockout v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

hubot-knockout

Build Status

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 points

Sample 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

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago