This weather app provides a weather forecast for the city that you enter.
- HTML
- CSS
- Bootstrap
- Javascript
- Git/github
- WebAPI
- Created a template using HTML:
index.html
- Added bootstrap
- Created
index.js
and linked it in HTML - set API key and fetched weather forecast from
https://openweathermap.org/api
- Used
async and await
- Used emojis🌤⛈⛅☁🌤⛈⛅☁
- Added images for the weather forecast
- Used
eventListener
andrender
function - Used
try
andcatch
function for catching error.
MIT License: