https://github.com/gunjangyl/weather_prediction
This is a simple Weather App that allows users to search for real-time weather conditions of any city using the OpenWeather API. It displays temperature, humidity, and weather conditions in a user-friendly interface. The app is built using HTML, CSS, and JavaScript for a seamless user experience.
https://github.com/gunjangyl/weather_prediction
html-css-javascript openapi
Last synced: 7 months ago
JSON representation
This is a simple Weather App that allows users to search for real-time weather conditions of any city using the OpenWeather API. It displays temperature, humidity, and weather conditions in a user-friendly interface. The app is built using HTML, CSS, and JavaScript for a seamless user experience.
- Host: GitHub
- URL: https://github.com/gunjangyl/weather_prediction
- Owner: gunjangyl
- Created: 2025-02-18T19:36:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T19:45:18.000Z (over 1 year ago)
- Last Synced: 2025-02-18T20:35:54.858Z (over 1 year ago)
- Topics: html-css-javascript, openapi
- Language: HTML
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-Prediction
Weather App
🌦️ Overview
This is a simple Weather App that allows users to check real-time weather conditions for any city in the world. It fetches data from the OpenWeather API and displays temperature, humidity, and wind speed.
📌 Features
🌍 Search weather by city name
🌡️ Displays temperature in Celsius
💧 Shows humidity level
💨 Displays wind speed
⚡ User-friendly interface with responsive design
🛠️ Technologies Used
HTML
CSS
JavaScript (ES6+)
OpenWeather API