Skip to content

harshsharma45/wheathersearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌀️ 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. ▢️ How to Run the Project Method 1: Using Live Server (Recommended) Open project folder in VS Code Install Live Server extension Right-click on index.html Click Open with Live Server Method 2: Without Live Server Simply double-click index.html It will open in your browser πŸ“Έ Screenshot (Optional) You can add screenshots here later to make your project more attractive. 🌐 Deployment This project can be deployed easily using: GitHub Pages Netlify Vercel πŸ™Œ Future Improvements Add weather icons Auto-detect user location Improve mobile responsiveness Add loading animation Add 5-day forecast πŸ‘¨β€πŸ’» Author Harsh Sharma πŸ“„ License This project is licensed under the MIT License.

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

 
 
 

Contributors