lita-yelpme
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