Р
Size: a a a
Р
Р
Д
В
Ф
async function getDataWeather() {
let getData = await fetch('https://api.openweathermap.org/data/2.5/onecall?lat=53.7098&lon=27.9534&exclude=current&appid=ed3b70711bb32153d628a5d1f60784f9')
let result = getData.json()
return result;
}
Ф
Ф
В
В
Ф
SR
SR
BB
BB
IS
IS
IS