fix dumb stuff
This commit is contained in:
parent
ad9fab907c
commit
db78ca1bd5
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
__pycache__
|
||||||
|
cache
|
||||||
|
config.ini
|
||||||
|
token
|
||||||
Binary file not shown.
Binary file not shown.
@ -1,30 +0,0 @@
|
|||||||
{
|
|
||||||
"date": "2025-11-10T13:00:00-03:00",
|
|
||||||
"humidity": 55.0,
|
|
||||||
"pressure": 1020.8,
|
|
||||||
"feels_like": null,
|
|
||||||
"temperature": 24.1,
|
|
||||||
"visibility": 10.0,
|
|
||||||
"weather": {
|
|
||||||
"description": "Ligeramente nublado",
|
|
||||||
"id": 13
|
|
||||||
},
|
|
||||||
"wind": {
|
|
||||||
"direction": "Noreste",
|
|
||||||
"deg": 45.0,
|
|
||||||
"speed": 15.0
|
|
||||||
},
|
|
||||||
"station_id": 87582,
|
|
||||||
"location": {
|
|
||||||
"id": 10821,
|
|
||||||
"name": "Aeroparque Buenos Aires",
|
|
||||||
"department": "CABA",
|
|
||||||
"province": "CABA",
|
|
||||||
"type": "",
|
|
||||||
"coord": {
|
|
||||||
"lon": -58.4187,
|
|
||||||
"lat": -34.5619
|
|
||||||
},
|
|
||||||
"distance": 0.35
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user