0.0
No commit activity in last 3 years
No release in over 3 years
A ZeroCater menu lookup plugin for Lita
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.4
 Project Readme

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