lita-zerocater

Build Status MIT License RubyGems Coveralls Coverage Code Climate Gemnasium

A ZeroCater menu lookup plugin for Lita

Installation

Add lita-zerocater to your Lita instance's Gemfile:

gem "lita-zerocater"

Configuration

Configuring at least one location is required:

config.handlers.zerocater.locations = {
  'San Francisco' => 'ABCD'
}

Where ABCD is the slug found at the end of the Zerocater menu URL

Usage

Examples:

lunch               - Show today's Zerocater menu for all locations
zerocater today     - Show today's Zerocater menu for all locations
zerocater tomorrow  - Show tomorrow's Zerocater menu for all locations
zerocater yesterday - Show yesterday's Zerocater menu for all locations