lita-openweathermap

Build Status

A Lita (https://www.lita.io/) Handler for OpenWeatherMap Data. (http://openweathermap.org/)

Installation

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

gem "lita-openweathermap"

Configuration

Add your prefered metric to your Lita config (Default: 'metric'):

Lita.configure do |config|
  config.handlers.openweathermap.metric = "metric" # 'metric' or 'imperial'
end

Usage

Lita: weather berlin, germany

License

MIT