The weather app allows a user to search for weather information for a specific location. With the use of the Open Weather API, the app provides the following information:
- Current temperature;
- Weather condition;
- Wind speed;
- Fells-like temperature;
- Sunrise and sunset time;
- Day length;
- Forecast temperature for the next five days.
The user can switch between metric and imperial units by clicking on the desired unit symbol (°C or °F).
- HTML5;
- CSS3;
- JavaScript;
- npm;
- Webpack;
- Open Weather API.
Just access this link and type the city name on the input to get the current temperature and weather forecast for the next five days.
To install a local version of this app, download or clone the project here, then enter in the project's directory from the terminal and run the following commands:
npm i
npm run start
👩 Bruna Genz
- Github: @bruna-genz
- Twitter: @Bruna_GK
- Linkedin: Bruna Genz
- Email: brunagenz92@gmail.com
Give a ⭐️ if you like this project!