Skip to content

Check the weather condition anywhere in the world.

Notifications You must be signed in to change notification settings

sobczyk-m/Weather-App

Repository files navigation

Weather App

Check the weather conditions anywhere in the world.

Available weather data:

  • Current
  • 48h - hourly forecast
  • 8 days - daily forecast
  • Air Pollution - current status

Install

$ git clone https://github.com/sobczyk-m/Weather-App.git
$ cd Weather-App
$ npm install

Running the project

This project uses an external API to retrieve weather data. To make it work properly, you need to obtain an API key from openweathermap.org, then create the .env file inside the app root path with the following variable:

$ VITE_OWM_API_KEY=${YOUR API KEY}

Run:

$  npm run dev

Preview:

Calculator preview

Try it here:

https://sobczyk-m-weather-app.netlify.app/

About

Check the weather condition anywhere in the world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published