Skip to content

mvijaykumar2820/WeatherWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌤️ 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

5-Day-Forecast

📚 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.git

2️⃣ Navigate to the project directory:

cd weather-app

3️⃣ 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/

About

Weather web By Using HTML, CSS, JAVASCRIPT & API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors