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:
[x] latitude and longitude is read from Geolocation API,
[x] request is sent to weather API with above-mentioned parameters,
[x] data in all fields mentioned in Fetch weather forecast for 4 days and replace content with fetched #5 is replaced with fetched information.
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: