1.0.4 • Published 8 years ago

hubot-zerocater-lunch v1.0.4

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

hubot-zerocater-lunch NPM version

A Hubot plugin to query the ZeroCater API to see what's for lunch.

It does not know when lunch has been delivered, but all it takes is one person to say "lunch" in a channel where your Hubot is listening.

Usage

lunch - Display what's for lunch
hubot what's for lunch
hubot what's for lunch tomorrow?

Screenshot (textual irc)

image

Configuration

You'll need your four character ZeroCater tag. Visit your ZeroCater menu and it'll be at the end of the URL: https://zerocater.com/m/[TAG-HERE].

Put that tag in the environment variable ZEROCATER_TAG.

Installation (old style):

Place lunch.coffee to your hubot/scripts directory. Restart hubot.

Installation (new style):

  1. cd into your hubot dir, run npm install --save hubot-zerocater-lunch (adds a dependency in package.json).
  2. Add "hubot-zerocater-lunch" to your external-scripts.json file.
  3. Restart Hubot.
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago