WeatherDataLoader(
self,
client: OpenWeatherMapAPIWrapper,
places: Sequence[str]
)| Name | Type |
|---|---|
| client | OpenWeatherMapAPIWrapper |
| places | Sequence[str] |
Load weather data with Open Weather Map API.
Reads the forecast & current weather of any location using OpenWeatherMap's free API. Checkout 'https://openweathermap.org/appid' for more on how to generate a free OpenWeatherMap API.