From 9b61a8d28edbaed6d36ae333e20e65d89e1c612c Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Tue, 1 Mar 2022 21:34:51 +0100 Subject: [PATCH] Update Weather examples.json (#394) --- weather/examples.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/weather/examples.json b/weather/examples.json index 0137260..bfabf48 100644 --- a/weather/examples.json +++ b/weather/examples.json @@ -40,6 +40,13 @@ "location": "London" }, "response": { + "location": "London", + "region": "City of London, Greater London", + "country": "City of London, Greater London", + "latitude": 51.52, + "longitude": -0.11, + "timezone": "Europe/London", + "local_time": "2022-03-01 20:13", "forecast": [ { "date": "2021-09-21", @@ -49,6 +56,8 @@ "min_temp_f": 55.4, "avg_temp_c": 17.3, "avg_temp_f": 63.1, + "will_it_rain": true, + "chance_of_rain": 70, "condition": "Partly cloudy", "icon_url": "//cdn.weatherapi.com/weather/64x64/day/116.png", "sunrise": "06:45 AM", @@ -64,6 +73,8 @@ "min_temp_f": 56.1, "avg_temp_c": 18.1, "avg_temp_f": 64.6, + "will_it_rain": false, + "chance_of_rain": 0, "condition": "Partly cloudy", "icon_url": "//cdn.weatherapi.com/weather/64x64/day/116.png", "sunrise": "06:47 AM",