Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A weather app that uses the OpenWeather API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript, HTML5 and CSS3.

Notifications You must be signed in to change notification settings

bruna-genz/weather-app

Repository files navigation


Table of Contents

About

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).

Preview

screenshot

Built With

  • HTML5;
  • CSS3;
  • JavaScript;
  • npm;
  • Webpack;
  • Open Weather API.

Installation

  • Online version:

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.

  • Local version:

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

Author

👩 Bruna Genz

Show your support

Give a ⭐️ if you like this project!

About

A weather app that uses the OpenWeather API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript, HTML5 and CSS3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published