Skip to content

Updated API + Tests

Compare
Choose a tag to compare
@leonardfischer leonardfischer released this 24 Jan 19:57
· 4 commits to master since this release

The second release of the Weather Underground API client gives you some new methods to get weather data and also contains unit tests (thanks to @stebogit !!).

New methods are:

  • getByUSCity($state, $city)
  • getForecast($location)
  • getExtendedForecast($location)
  • getHistoric($date, $location)