Skip to content

easy to use PHP class for wunderground.com api. This class caches the wunderground results to prevent excessive usage

Notifications You must be signed in to change notification settings

BarryDam/bdWundergroundApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

easy to use PHP class for wunderground.com api. This class caches the wunderground results to prevent excessive usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages