0.01
No commit activity in last 3 years
No release in over 3 years
A Lita handler that provides current weather conditions
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-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