Skip to content

First working release

Compare
Choose a tag to compare
@leonardfischer leonardfischer released this 31 Jan 21:44
· 14 commits to master since this release

The first release of the Weather Underground API client gives you some simple query methods to get weather data. The most simple setup looks like this:

// By default the current conditions will be requested in english language.
$weather = (new \lfischer\wunderground\API('<API-key here>'))->getByLocation('Germany', 'Dusseldorf');

There are a few default settings, you might want to check out (see the README)