/weather-app

A web that shows weather of a city.

Primary LanguageSCSS

Weather web app

A web that shows the current and the future weather of a city.

Live Demo

Requirements

Setup

Download or clone the repository. . This project uses the API of openweathermap.org to get the weather forecast data.

  1. You need to create an account in openweathermap.org.
  2. Obtain an API key.
  3. Copy the .env.example file to a local .env file.
  4. Then change your_open_weather_map_api_key by your API key.