A simple and responsive weather app built using HTML, CSS, JavaScript, and the OpenWeatherMap API. It displays real-time weather data based on user input and includes details like temperature, weather condition, wind speed, and an icon representation.
🌐 Click here to view the live app
shrish05x
- 🌍 Search weather by city name
- 🌡️ Displays temperature in Celsius
- 🌬️ Shows wind speed
- 📝 Weather condition description
- 🕒 Current date and time using Moment.js
- 🎨 Animated interface with clean UI (Animate.css)
- 📱 Mobile responsive
- HTML
- CSS
- JavaScript
- jQuery
- Moment.js
- OpenWeatherMap API
- Animate.css
- A web browser
- Internet connection
- OpenWeatherMap API key
- Clone this repository or download as ZIP
- Place your API key in
script.js:
const apiKey = 'YOUR_API_KEY_HERE';