π€οΈ 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Weather Showing Project is a simple and responsive web application that displays real-time weather information for any city. It shows temperature, humidity, wind speed, and conditions using a clean interface and live API data, helping users quickly check current weather in an easy and reliable way.
License
harshsharma745/wheathersearch
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Repository files navigation
About
Weather Showing Project is a simple and responsive web application that displays real-time weather information for any city. It shows temperature, humidity, wind speed, and conditions using a clean interface and live API data, helping users quickly check current weather in an easy and reliable way.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published