🌤️ Weather App
Welcome to the Weather App repository!
This project is a web application that delivers real-time weather updates for any location.
It’s built with HTML, CSS, and JavaScript and fetches live data from the OpenWeatherMap API.
⸻
✨ Features
• Live Weather Data: Get up-to-date weather info for your current location or search for any city worldwide.
• 5-Day Forecast: Check the 5-day forecast
⸻
🛠 Technologies Used
• Frontend: HTML, CSS, JavaScript
• API: OpenWeatherMap
• Icons: FontAwesome
⸻
📲 Screenshots
main Page
📚 Additional Information
• Get city name or area by longitude/latitude → OpenWeather Geocoding API
• Get current location weather → OpenWeather Current API
• Get 5-day forecast → OpenWeather Forecast API
⸻
⚙️ Getting Started
To get a local copy up and running, follow these simple steps.
Prerequisites
✅ A modern web browser
✅ An API key from OpenWeatherMap
Installation
1️⃣ Clone the repository:
git clone https://github.com/mvijaykumar2820/weatherWeb.git2️⃣ Navigate to the project directory:
cd weather-app3️⃣ Update your API key inside the JavaScript file:
const API_KEY = "YOUR_API_KEY";4️⃣ Open index.html in your browser to run the project.
⸻
🖥️ Usage
To use the Weather App:
• Enter the name of a city in the search bar and press Enter.
• See current weather conditions, temperature, humidity, wind speed, visibility, and more.
⸻
📬 Contact
For any inquiries or collaborations, feel free to reach out:
• ✉️ Email: mvijaykumar2820@gmail.com
• 💻 GitHub: https://github.com/mvijaykumar2820
• 💼 LinkedIn: https://www.linkedin.com/in/m-vijay-kumar2820/

