Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 765 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 765 Bytes

Wunderground

Easy to use PHP class for wunderground.com api to get the current weather conditions. It will cache the wunderground results to prevent excessive usage.

You need your own wunderground.com apiKey. Get it for free at http://www.wunderground.com/weather/api/

Example:

   $objWeather = new bdWundergroundApi('Maastricht', API_KEY);

   $objWeather->temperature;

   $objWeather->strLocation;

   $objWeather->condition;

   $objWeather->humidity;

   $objWeather->wind;

   $objWeather->image;

##BUY ME A BEER## PayPayl donate button