A simple landing page that allows the user to search for cities and see the current weather.
The project has educational purposes only.
The information provided by the application is as follows:
- Temperature
- Descriptive mood (Ensolarado, Nublado, ...)
- Wind velocity
- Humidity
- Flag of the city coutry fetched based on API FlagsApi (https://flagsapi.com)
Weather information is retrieved from the OpenWeatherMap API, available at: https://openweathermap.org/api
The project was based on a project on the youtube channel Hora de Codar by Matheus Battisti (https://www.youtube.com/@MatheusBattisti).