Weather Hero is a weather forecast widget with a twist. Not only it provides ready made widget to put on your site, but its powerful class gives you the tool to take the Google Weather API where you want to. It parse the xml and returns a well formatted array that can be accessed directly or trimmed down with easy to use methods that returns only the data you need.
It supports GEOIp reference to give your visitor the weather forecast for their location with 0 configuration, taking the information directly from their IP Address!
Since many people ask me this. The geoip service is Free and will always be.
If you don’t like georeferencing you can pass a fixed location to Weather Hero or you can mix the two options together on the same webpage!
Weather Hero supports both celsius and fahrenheit temperature unit of measure with built in conversion functions.
V8 (June 23th 2011)
->Another change in the API structure, another update.
V7 (May 27th 2011)
->Update to reflect the new API structure.
->Fixed an issue with unit of measure conversion
V6 (January 04th 2011)
->Added the option to set the language for the weather API .
->Fixed an issue with the weather API XML encoding that prevented the correct display of non standard characters
V5 (November 30th 2010)
->Updated the system to reflect the new infodb API .
V4 (November 11th 2010)
->Expanded the xml library to make it work for people with allow_url_fopen disabled.
V3 (July 16th 2010)
->Foolproofed the cleanUrl method, will now work with every location in the world
->Added the debug option in order to debug only specific WH instances
V2 (June 9th 2010)
->Added support for custom icons

