forked from thudf/WeatherApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
98 lines (98 loc) · 2.2 KB
/
server.json
File metadata and controls
98 lines (98 loc) · 2.2 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"current" : {
"Bauru" : {
"city" : "Bauru",
"data" : {
"base" : "stations",
"clouds" : {
"all" : 0
},
"cod" : 200,
"coord" : {
"lat" : -22.3147,
"lon" : -49.0606
},
"dt" : 1612737964,
"id" : 3470279,
"main" : {
"feels_like" : 25.27,
"humidity" : 50,
"pressure" : 1011,
"temp" : 27,
"temp_max" : 27,
"temp_min" : 27
},
"name" : "Bauru",
"sys" : {
"country" : "BR",
"id" : 8341,
"sunrise" : 1612688464,
"sunset" : 1612735187,
"type" : 1
},
"timezone" : -10800,
"visibility" : 10000,
"weather" : [ {
"description" : "céu limpo",
"icon" : "01n",
"id" : 800,
"main" : "Clear"
} ],
"wind" : {
"deg" : 130,
"speed" : 5.14
}
},
"id" : "4074253a-0bcf-4c1a-95aa-74055214ea97"
}
},
"logs" : {
"8e906a0e-6de0-4f1f-8b56-f660b7eac423" : {
"city" : "Bauru",
"cityId" : "4074253a-0bcf-4c1a-95aa-74055214ea97",
"data" : {
"base" : "stations",
"clouds" : {
"all" : 0
},
"cod" : 200,
"coord" : {
"lat" : -22.3147,
"lon" : -49.0606
},
"dt" : 1612737964,
"id" : 3470279,
"main" : {
"feels_like" : 25.27,
"humidity" : 50,
"pressure" : 1011,
"temp" : 27,
"temp_max" : 27,
"temp_min" : 27
},
"name" : "Bauru",
"sys" : {
"country" : "BR",
"id" : 8341,
"sunrise" : 1612688464,
"sunset" : 1612735187,
"type" : 1
},
"timezone" : -10800,
"visibility" : 10000,
"weather" : [ {
"description" : "céu limpo",
"icon" : "01n",
"id" : 800,
"main" : "Clear"
} ],
"wind" : {
"deg" : 130,
"speed" : 5.14
}
},
"id" : "8e906a0e-6de0-4f1f-8b56-f660b7eac423",
"created_at": "2021-02-07T22:57:34.091Z"
}
}
}