Skip to content

somraj112/Weather-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

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

Repository files navigation

🌀️ Weather Website

A simple Weather App built using HTML, CSS, and JavaScript that provides real-time weather updates using the OpenWeather API.

πŸ“Œ Features:
βœ… Get current weather details (Temperature, Humidity, Wind Speed, etc.)
βœ… Search weather by city name
βœ… Dynamic icons changes based on weather conditions
βœ… Responsive design for mobile and desktop users

πŸ› οΈ Technologies Used
β€’ HTML – Structure of the webpage
β€’ CSS – Styling for better UI
β€’ JavaScript – Fetch API for real-time weather data
β€’ OpenWeather API – Used for weather information

⚑ How to Run Locally
1. Clone this repository:
git clone https://github.com/yourusername/weather-website.git
2. Open the index.html file in your browser.
3. Enter a city name and get real-time weather updates!

πŸ”‘ API Setup (if required)
β€’ Get your API key from OpenWeatherMap
β€’ Replace YOUR_API_KEY in script.js

In script.js file:
const API_KEY = 'YOUR_API_KEY';

πŸ› Issues & Contributions

Feel free to open an issue if you find any bugs!
Want to improve this project? Fork & send a Pull Request! πŸš€

About

This is a Weather Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published