No commit activity in last 3 years
No release in over 3 years
A Lita handler for making decisions about places to go
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0.beta2

Runtime

>= 2.3
 Project Readme

lita-location-decision

Build Status Code Climate Coverage Status

lita-location-decision is a handler for Lita that helps you make a decision about places to go.

It is heavily based on the similarly named hubot plugin.

Installation

Add lita-location-decision to your Lita instance's Gemfile:

gem "lita-location-decision"

Usage

Lita: remember <location> as a <group> location - Remembers the location for the group
Lita: forget <location> as a <group> location - Forgets the location from the group
Lita: forget all locations for <group> - Forgets all the locations for the group
Lita: forget all <group> locations - Forgets all the locations for the group
Lita: where can we go for <group>? - Returns a list of places that exist for the group
Lita: where should we go for <group>? - Returns a randomly selected location for the group

License

MIT