We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d274c5 commit f60dcc3Copy full SHA for f60dcc3
05_weather-app/script.js
@@ -13,4 +13,5 @@ search.addEventListener('click', () => {
13
if (city == '') {
14
return;
15
}
16
+ fetch(`https://api.openweathermap.org/data/2.5/weather?lat={lat}&lon={lon}&appid={f23d9832cb86b7e516bf0bc3272bf1de}`)
17
})
0 commit comments