An open API service indexing awesome lists of open source software.

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.

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