/Weather-App

Simple weather application made in javascript.

Primary LanguageJavaScript

Weather-App

Description

Simple application where you can check the weather in any place on Earth.

Developed by Karol Kasperek.

Screenshot

Screenshot 2024-04-04 222056

How to run

  • Clone the repository
git clone https://github.com/karolkasperek/weather-app
  • Install dependencies and run the server
npm install
npm run dev