Skip to content

ADI4533/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌤 Weather App A simple weather application that displays current, daily, and hourly forecasts using the Open-Meteo API.

image

🚀 Features ✅ Current Weather: Temperature, wind speed, precipitation, and more ✅ 7-Day Forecast: View upcoming weather conditions ✅ Hourly Forecast: Check temperature & conditions for the next 24 hours ✅ Responsive Design: Works on all devices ✅ Live Updates: Fetches real-time weather data

🔧 Technologies Used HTML, CSS, JavaScript (Frontend UI) Open-Meteo API (Weather data) Vercel (Deployment) 📦 Installation & Setup 1️⃣ Clone the Repository sh Copy Edit git clone https://github.com/YOUR_USERNAME/weather-app.git cd weather-app 2️⃣ Install Dependencies (No dependencies? Skip this step!)

3️⃣ Run Locally Simply open index.html in your browser. If using VS Code, install the Live Server extension and click "Go Live."

4️⃣ Deploy to Vercel sh Copy Edit vercel 🌎 Live Demo 🔗 View Live App

⚙️ API Usage This project uses the Open-Meteo API to fetch weather data.

API Docs: https://open-meteo.com/ 🤝 Contributing If you’d like to contribute:

Fork this repo Create a new branch (git checkout -b feature-name) Commit your changes (git commit -m "Added new feature") Push to GitHub (git push origin feature-name) Open a Pull Request 🛠 Possible Improvements 🌙 Dark Mode Support 🌍 Search for Cities Instead of Using Geolocation 📊 More Detailed Forecasts (Humidity, UV Index, etc.) 📜 License This project is open-source and free to use.

🎉 Acknowledgments Open-Meteo API for providing free weather data Vercel for easy deployment