/hubot-status-reminder

Remind users to give a daily status update if they have not updated yet!

Primary LanguageCoffeeScriptMIT LicenseMIT

hubot-status-reminder

Remind users to give a daily status update. This is a forked version of hubot-status-reminder that fixes some bugs and possibly adds some new features.

See src/status-reminder.coffee for full documentation.

Installation

If you want this version of the script, add it to your Hubot's scripts folder. For the original script, follow the instructions below.

Installation of original version of the script

In hubot project repo, run:

npm install hubot-status-reminder --save

Then add hubot-status-reminder to your external-scripts.json:

["hubot-status-reminder"]