Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 2.14 KB

README.md

File metadata and controls

76 lines (56 loc) · 2.14 KB

Weather App ☀️🌧️

GitHub repo size GitHub top language GitHub last commit GitHub issues GitHub pull requests

Overview

The Weather App is a comprehensive solution for getting real-time weather information. It includes both a desktop application and a web-based version for easy accessibility.

Main App

Main App

Web App

Web App GitHub Pages

Features

  • Real-time weather updates
  • Weather forecasts for the week
  • Detailed information including temperature, humidity, wind speed, and more
  • Responsive design for mobile and desktop
  • Easy-to-use interface

Installation

Main App

  1. Clone the repository:
    git clone https://github.com/aerh3f01/Weather-App.git
    cd Weather-App
  2. Install dependencies:
    npm install
  3. Run the app:
    npm start

Web App

  1. Clone the web version repository:
git clone -b web-version https://github.com/aerh3f01/Weather-App.git
cd Weather-App
  1. Install dependencies:
    npm install
  2. Run the web app locally:
    npm start

Usage

Web App

  1. Visit the live demo.
  2. Enter your location to get the weather.
  3. See details about the weather based on OpenWeatherMap Api.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Enjoy using the Weather App! Stay updated with the latest weather information anytime, anywhere.