Hubot script that allows you to start and stop pomodoro sessions and notify when it's over.
npm install --save hubot-pomodoroOpen external-scripts.json and enable the module, by putting it's name into it:
["your-other", "external-script", "hubot-pomodoro"]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