hubot-pomodoro
v2.0.3
Published
Hubot's pomodoro timer
Downloads
8
Maintainers
Readme
Hubot pomodoro script
Hubot script that allows you to start and stop pomodoro sessions and notify when it's over.
Usage
npm install --save hubot-pomodoro
Open external-scripts.json
and enable the module, by putting it's name into it:
["your-other", "external-script", "hubot-pomodoro"]
Commands
hubot start pomodoro
- start a new pomodorohubot start pomodoro <time>
- start a new pomodoro with a duration of minuteshubot stop pomodoro
- stop a pomodorohubot pomodoro?
- shows the details of the current pomodorohubot pomodoro <username>?
- shows the details of 's current pomodorohubot all pomodoros?
- shows the details of all of the running pomodoros