You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.