0.1.4 • Published 4 years ago

hubot-lunchbot v0.1.4

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

hubot-lunchbot Build Status dependencies Status devDependencies Status

A bot to help keep track of lunch orders for your office.

Installing

Add dependency to package.json:

$ npm install --save hubot-lunchbot

Include package in Hubot's external-scripts.json:

["hubot-lunchbot"]

Configuration

HUBOT_LUNCHBOT_CLEAR_AT  # When to clear the current lunch order, use cron style syntax (defaults to: 0 0 0 * * *)
HUBOT_LUNCHBOT_NOTIFY_AT # When to notify the HUBOT_LUNCHBOT_ROOM to start the lunch order, use cron style syntax (defaults to: 0 0 11 * * *)
HUBOT_LUNCHBOT_ROOM      # e.g. "lunch" or "general" without the "#"
TZ                       # TimeZone for cron e.g. "America/Los_Angeles"

Commands

hubot I want <food>                       # adds <food> to the list of items to be ordered
hubot @user wants <food>                  # adds <food> to the list of items to be ordered for @user
hubot restaurants                         # shows a shuffled list of restaurants
hubot remove my order                     # removes your order
hubot cancel all orders                   # cancels all the orders
hubot lunch orders                        # lists all orders
hubot who should order|pickup|get lunch?  # randomly selects person to either order or pickup lunch
hubot lunch help                          # displays this help message

Development

You can and should run tests if you change anything:

npm run test
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago