Skip to content

keenen/hubot-remind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Remind

Just a simple reminder module for Hubot

This hubot script is based on hubot-cron

Install

npm install hubot-remind --save

How to use it

hubot remind <user or me> in <time with unit> to <message to remind>

You can use:

  • s -> seconds
  • m -> minutes
  • h -> hours
  • d -> days

You can check existing reminders:

hubot what do you remember?

And drop things out:

hubot forget <reminder id>

For more information and details, take a look at the source.


This is a fork from https://clippings/hubot-remind.

About

Hubot script in order to remind things!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%