Skip to content

0.0.3: Refactor, new methods and helpers

Compare
Choose a tag to compare
@oncleben31 oncleben31 released this 08 Jun 07:59
· 415 commits to master since this release
379b44b
  • major refactorisation.
  • Add client.get_forecast_for_place(place).
  • Add client.get_picture_of_the_day().
  • Add sort_places_versus_distance_from_coordinates(): helper to sort list of Places by distance to a reference coordinate.
  • Add forecast.today_forecast, forecast.current_forecast, forecast.nearest_forecast: helpers to easy find specific weather forecast among the results of the API.
  • minor typo fix.
  • improve code coverage.