0.0
No commit activity in last 3 years
No release in over 3 years
A yelp handler for lita
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

>= 3.2
>= 0
 Project Readme

lita-yelpme

Build Status Coverage Status

Installation

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

gem "lita-yelpme"

Configuration

lita-yelpme requires a Yelp API key. You can get from the Yelp Developer Page

Add the following variables to your Lita config file:

config.handlers.yelpme.consumer_secret = 'CONSUMER_SECRET'
config.handlers.yelpme.consumer_key = 'CONSUMER_KEY'
config.handlers.yelpme.token = 'TOKEN_KEY'
config.handlers.yelpme.token_secret = 'TOKEN_SECRET'

Usage

yelp State Bird Provisions

License

MIT