hubot-zerocater-lunch
v1.0.4
Published
A Hubot script to find out what's for lunch
Downloads
3
Readme
hubot-zerocater-lunch
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)
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):
- cd into your hubot dir, run
npm install --save hubot-zerocater-lunch
(adds a dependency in package.json). - Add
"hubot-zerocater-lunch"
to yourexternal-scripts.json
file. - Restart Hubot.