lita-weather

Build Status Code Climate Coverage Status

lita-weather is a handler for Lita that provides current weather information for a specific location.

Installation

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

gem "lita-weather"

Configuration

This plugin requires a developer account on WeatherUnderground.

Lita.configure do |config|
  config.handlers.weather.api_key = "blahblahblahblah"
end

Usage

Lita: weather 90210
Lita: weather LAX
Lita: weather beverly hills, ca

License

MIT