SimpleWeather – Display The Weather Using jQuery
Today’s featured plugin comes from the guys over at monkeecreate and it is called SimpleWeather, a jQuery plugin that creates a widget that displays the current weather in the specified locale. The data it displays is pulled from the public Yahoo! Weather feed via the YQL API, which means that it can only recognize US zip codes so if you are to set a location outside the US you’ll have to type in the name of the city together with the corresponding country.
Customization of the plugin is easy. The script simply returns the data for you to do as you want, which means that you control the entire HTML and utilize the current CSS classes. Click on the image for the demo and documentation.