=== Current weather widget === Contributors: jeffreyb Tags: weather, widget Requires at least: 3.5 Tested up to: 3.5.1 Stable tag: 0.0.1 License: MIT License License URI: http://opensource.org/licenses/MIT Sidebar widget that displays the current weather for a given city. == Description == A simple sidebar widget that displays the current weather for a user-defined city. Powered by the [http://openweathermap.org/API](OpenWeatherMap API). The design has been deliberately kept simple. It should match the default text of any theme, but can easily be customized by any web developer. It was built and tested on 3.5.x, but will probably work on earlier versions of WordPress. == Installation == 1. Download the zip file and extract the contents. 1. Upload the `current-weather-widget` to the `/wp-content/plugins/` directory. 1. Log into WordPress, navigate to the 'Plugins' page and active the plugin. 1. Navigate to 'Appearance' > 'Widgets' and drag the widget to the sidebar. 1. Set the city, country and units from the widget's setting menu. == Frequently Asked Questions == None, yet! == Screenshots == 1. Widget admin options. 2. Widget in the sidebar of a "Twenty Twelve"-themed vanilla install of WordPress. 3. Widget in the sidebar of a "Twenty Eleven"-themed vanilla install of WordPress. == Changelog == = 0.0.1 = * Initial release.