1.0.2 • Published 7 years ago
hubot-tea-timer v1.0.2
hubot-tea-timer
A Hubot script for all your tea timer needs. Simply start a timer and Hubot will notify you when the tea is ready.
Install It
Install with npm using --save to add to your package.json dependencies.
> npm install --save hubot-tea-timerThen add "hubot-tea-timer" to your external-scripts.json.
Example external-scripts.json
["hubot-tea-timer"]Or if you prefer, just drop tea-timer.coffee in your Hubot scripts folder and enjoy.
Use It
Each user can start a single timer per chat room. Everyone in a chatroom can start their own timer.
hubot tea start- start a tea timerhubot tea stop- stop a tea timerhubot tea info- show info about the current tea timerhubot tea mine- show info about all of my current tea timershubot tea all- show all the tea timers, everywherehubot tea short break- start a short break timerhubot tea long break- start a long break timerhubot tea stop break- stop a tea break timerhubot tea help- return the allowed commands
Configure It
If you don't like the default :tea: emoji, you can override using HUBOT_TEA_TIMER_EMOJI.