This is a simple web app that shows real-time weather data using WeatherAPI.com. You can enter any city name and see the temperature, humidity, and current weather condition.
- Enter a city name and get live weather data
- Shows:
- π‘οΈ Temperature in Celsius
- π§ Humidity %
- βοΈ Weather description (e.g., Sunny, Cloudy)
- HTML
- CSS
- JavaScript (Vanilla)
- WeatherAPI.com (for data)
- Clone this repository
- Replace the API key in
script.jswith your own from WeatherAPI.com - Open
index.htmlin your browser
(Deploy on GitHub Pages or Vercel to add this)
