Skip to content

The last Hubot tea timer you'll ever need

License

Notifications You must be signed in to change notification settings

fundor333/hubot-tea-timer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-tea-timer

Build Status

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-timer

Then 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 timer
  • hubot tea stop - stop a tea timer
  • hubot tea info - show info about the current tea timer
  • hubot tea mine - show info about all of my current tea timers
  • hubot tea all - show all the tea timers, everywhere
  • hubot tea short break - start a short break timer
  • hubot tea long break - start a long break timer
  • hubot tea stop break - stop a tea break timer
  • hubot 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.

About

The last Hubot tea timer you'll ever need

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%