Web Page with the weather forecast collected through the API provided by openweathermap.
https://openweathermap.org/api
- Collects geolocation to show the weather forecast of the location where the user is.
- Shows forecast throughout the week.
- Possibility to search other cities.
n your terminal, the first time you use
cd weather
npm i
npm start