Skip to content

WeatherApp A sleek and simple weather application built using HTML, CSS, and JavaScript. This app provides current weather updates for cities around the world by utilizing public APIs.

Notifications You must be signed in to change notification settings

Madhumithakv/WheatheApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WheatherApp

🌦 WeatherApp

A sleek and simple weather application built using HTML, CSS, and JavaScript. This app provides current weather updates for cities around the world by utilizing public APIs.

Try the live version here: WeatherApp Live Demo

https://madhumithakv.github.io/WheatheApp/

🚀 Features

Fetches real-time weather data for any city. Displays temperature, weather conditions, and location details. User-friendly interface with responsive design. Error handling for invalid city inputs.

🛠️ Technologies Used

HTML: Structure of the web app. CSS: Styling and layout for a modern UI. JavaScript: Fetching weather data and handling user interactions.

🌐 API Used

This app uses the OpenWeather API to fetch weather data. Get your API key from OpenWeather.

Add your API key in the JavaScript file where the API request is made. javascript Copy code const apiKey = 'YOUR_API_KEY';
const apiUrl = https://api.openweathermap.org/data/2.5/weather?q={city}&appid=${apiKey};

📸 Screenshots Screenshot (470)

About

WeatherApp A sleek and simple weather application built using HTML, CSS, and JavaScript. This app provides current weather updates for cities around the world by utilizing public APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published