Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.06 KB

Weather App

Overview

This Weather App provides real-time weather information for various cities around the world. Users can select a city from a dropdown menu or select "current location" to view the current weather conditions including temperature, humidity, wind speed, and a general description of the weather.

Features

  • Real-time weather data fetching from the OpenWeatherMap API with Geolocation.
  • Dynamic background that changes based on the current weather conditions and time of day.
  • Display of weather-related details such as temperature, wind direction, humidity, and a general overview.
  • Supports multiple major cities across the globe and Geolocation.

How to Use

  1. Select a city from the dropdown menu or select "current location"
  2. Click the 'Submit' button to fetch and display the weather data for the selected city.

Prerequisites

Before running this app, make sure you have the following installed:

  • A modern web browser (e.g., Chrome, Firefox, Safari).
  • Node.js (if running locally).
  • A working OpenWeatherMap API