Kszalank / WeatherApp

0 stars 0 forks source link

Fetch weather forecast based on Geolocation API #6

Closed Kszalank closed 2 years ago

Kszalank commented 2 years ago

When a user enters the page read latitude and longitude from the browser Geolocation API and send a request to the weather API. Show the initial weather forecast before a user types in a city manually. It should populate all the data like in the previous task #5

Acceptance criteria: