This class can retrieve weather forecasts with Wunderground API. It can send HTTP requests to the Wunderground Weather API Web server to retrieve weather forecast information. The class provides a fluent interface to configure several types of parameters for the forecast request like the location, ...
This class can retrieve weather forecast with Wunderground API. It can send a HTTP request to the Wunderground API Web servers to retrieve the current weather forecast details for a given location. Currently it can retrieve the temperature, the icon that represents the current weather state, a satellite ...
This class can be used to get the weather forecast of a given city from the Wunderground site. It can access the Wunderground.com cite and retrieve the page with the weather forecast details for a given city. The forecast details are returned in an array. Currently it retrieves whether forecast details ...
This class can be used to get the whether forecast for a given city of the world. It accesses the wunderground.com site and performs a search for a world location. The class retrieves an RSS feed associated to the searched location with the weather forecast for the following days. The class parses ...