Project

lita-lunch

0.0
No commit activity in last 3 years
No release in over 3 years
A lita handler to help you pick where to go for lunch
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-lunch

Build Status Coverage Status

A lita handler to help you pick where to go for lunch.

Populate Lita with a list of of your favourite lunch places, so next next time someone asks "where should I go for lunch?" you get a useful suggestion.

Installation

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

gem "lita-lunch"

Configuration

There is no additional configuration.

Usage

First you will to add some of your favorite lunch places:

You: lita lunch add the taco hut
Lita: taco hut has been added

You: lita lunch add Korean BBQ
Lita: Korean BBQ has been added

You: lita lunch add :hamburger:
Lita: :hamburger: has been added

Then you can get a lunch suggestion:

You: where should I go for lunch?
Lita: How about the taco hut?

You: lita lunch suggestion
Lita: How about :hamburger:?

You can list all stored places:

You: lita lunch places
Lita: taco hut
      Korean BBQ
      :hamburger:

And remove unwanted places:

You: lita lunch remove the taco hut
Lita: taco hut has been removed