From 5b42c80258e8c31bbacc58ad0c0170d0831fa2cc Mon Sep 17 00:00:00 2001 From: Dominic Wong Date: Mon, 21 Feb 2022 16:56:03 +0000 Subject: [PATCH] weather forecase examples --- weather/examples.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/weather/examples.json b/weather/examples.json index 55c3fa4..0137260 100644 --- a/weather/examples.json +++ b/weather/examples.json @@ -52,7 +52,9 @@ "condition": "Partly cloudy", "icon_url": "//cdn.weatherapi.com/weather/64x64/day/116.png", "sunrise": "06:45 AM", - "sunset": "07:01 PM" + "sunset": "07:01 PM", + "max_wind_mph": 4.3, + "max_wind_kph": 6.8 }, { "date": "2021-09-22", @@ -65,7 +67,9 @@ "condition": "Partly cloudy", "icon_url": "//cdn.weatherapi.com/weather/64x64/day/116.png", "sunrise": "06:47 AM", - "sunset": "06:58 PM" + "sunset": "06:58 PM", + "max_wind_mph": 4.3, + "max_wind_kph": 6.8 } ] }