Weather-Wizard is a modern weather forecasting app that provides real-time weather updates for any location worldwide. It features a clean and intuitive UI with a glassmorphic design, making it visually appealing while displaying essential weather information like temperature, humidity, and wind speed.
✅ Real-time weather updates using OpenWeather API
✅ Search functionality to check weather in different locations
✅ Beautiful UI with glassmorphism effect
✅ Weather icons that dynamically change based on conditions
✅ Fully responsive design for all screen sizes
- Frontend: HTML, CSS, JavaScript
- API: WeatherApi API (for real-time weather data)
1️⃣ Clone this repository
git clone https://github.com/XaXtric7/weather-wizard.git
cd weather-wizard
const API_KEY = "your-api-key-here";
const API_URL = `https://api.weatherapi.com/v1/current.json?key=${APIKey}&q=${city}&aqi=no`;
- Ensure your API key is valid and activated for fetching weather data.
- The free tier of WeatherAPI has limitations—check their rate limits if the app stops working.
- If needed, generate a new API key from WeatherApi.