/prj-current-weather-app

A simple landing page that allows the user to search for cities and see the current weather.

Primary LanguageJavaScript

☁️ Current Weather App

A simple landing page that allows the user to search for cities and see the current weather.

👉 Here is an example of the page in search for Vienna's city

Captura de tela de 2023-04-08 09-55-27

👉 Description

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

👉 Credits

The project was based on a project on the youtube channel Hora de Codar by Matheus Battisti (https://www.youtube.com/@MatheusBattisti).