neilang / lita-lunch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Ruby 100.0%