Emil Christensen
08/16/2023, 3:35 PMUse Open-Meteo API
• Write flow code that fetches other weather metrics
• Make at least 3 tasks in the flow
• Example: windspeed for the last hour:
_weather.json()[“hourly”][“windspeed_10m”][0]_
• Docs: open-meteo.com/en/docs
Sanjeev
08/16/2023, 3:36 PMEmil Christensen
08/16/2023, 3:37 PM