0.0.5 • Published 8 years ago

hubot-remind-advanced v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

hubot-remind-advanced

Build Status devDependency Status

A Hubot script for creating quick reminders through natural language.

See src/remind.coffee for full documentation.

Installation via NPM

  1. Install the hubot-remind-advanced module as a Hubot dependency by running:

    npm install --save hubot-remind-advanced
  2. Enable the module by adding the hubot-remind-advanced entry to your external-scripts.json file:

    [
        "hubot-remind-advanced"
    ]
  3. Run your bot and see below for available config / commands

Configuration

VariableDefaultDescription
HUBOT_REMIND_KEY_remindThe unique key used for persistence (storing/retrieving reminders from memory)

Commands

CommandListener IDDescription
hubot remind me noteremind.newCreates a new reminder using note
hubot remind cancelremind.cancelCancels the reminder operation
hubot remind me nowremind.listReturns all your reminders
hubot remind clearremind.clearClears all your reminders

Sample Interaction

user1>> hubot remind me to go to sleep
hubot>> user1: When should I remind you?
user1>> in 1 hour
hubot>> user1: Reminder added. I'll remind you in an hour.
hubot>> Reminder for user1: to go to sleep
0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago