π€οΈ Weather App A simple real-time weather web application built using HTML, CSS, and JavaScript. This app allows users to search for any city and get live weather information using the OpenWeatherMap API. --- ## π Features - π Search weather by city name - π‘οΈ Displays temperature in Celsius - π₯οΈ Shows weather condition (clear, cloudy, rain, etc.) - π§ Displays humidity - π¬οΈ Shows wind speed - β‘ Real-time data using API - π¨ Clean and simple UI - π§βπ» Beginner-friendly project --- ## π οΈ Technologies Used - HTML β Structure of the website - CSS β Styling and layout - JavaScript β Fetching and displaying real-time data - OpenWeatherMap API β Weather data source --- ## π Project Structure
weather-app β βββ index.html βββ style.css βββ script.js βββ README.md
--- ## π API Key Setup (Important) This project uses the OpenWeatherMap API. ### Steps to get API key: 1. Visit https://openweathermap.org 2. Sign up for a free account 3. Go to My API Keys 4. Copy your API key ### Add API key: Open script.js and replace: `javascript const apiKey = "YOUR_API_KEY_HERE";
with:
const apiKey = "your_actual_api_key";
β³ Note: API key may take 5β10 minutes to activate.
harshsharma45/wheathersearch
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||