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';