-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
64 lines (64 loc) · 1.48 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[{
"Day": "Monday",
"Date": "10/01/2022",
"Weather": "Plenty of sunshine",
"Temperature": 24,
"Precipitation probability": 0,
"Wind speed": 7,
"Cloud": 3
},
{
"Day": "Tuesday",
"Date": "11/01/2022",
"Weather": "Plenty of sunshine",
"Temperature": 26,
"Precipitation probability": 1,
"Wind speed": 5,
"Cloud": 10
},
{
"Day": "Wednesday",
"Date": "12/01/2022",
"Weather": "Partly cloudy",
"Temperature": 24,
"Precipitation probability": 1,
"Wind speed": 9,
"Cloud": 5
},
{
"Day": "Thursday",
"Date": "13/01/2022",
"Weather": "Partly cloudy",
"Temperature": 22,
"Precipitation probability": 0,
"Wind speed": 6,
"Cloud": 3
},
{
"Day": "Friday",
"Date": "14/01/2022",
"Weather": "Partly rainy",
"Temperature": 23,
"Precipitation probability": 2,
"Wind speed": 7,
"Cloud": 6
},
{
"Day": "Saturday",
"Date": "15/01/2022",
"Weather": "Partly rainy",
"Temperature": 21,
"Precipitation probability": 4,
"Wind speed": 8,
"Cloud": 5
},
{
"Day": "Sunday",
"Date": "16/01/2022",
"Weather": "Partly cloudy",
"Temperature": 22,
"Precipitation probability": 3,
"Wind speed": 5,
"Cloud": 6
}
]