A very simple weather app using HTML, CSS, JavaScript, and OpenWeatherMap API.
- Search weather by city
- Temperature
- Weather condition
- Humidity
- Wind speed
Live Website : View Weather
-
Get a free API key from: https://openweathermap.org/api
-
Open
script.js -
Replace:
const apiKey = "YOUR_API_KEY";with your API key.
Open index.html in your browser.
