- open the following link https://angrycloud-weather-app.herokuapp.com/?city=amman
- change the city in the query to see weather temperature and weather icon.
- app.js contain the main logic
- app using express to manage routs
- app using query in url to passing city name
- app using ejs to format the pages.
- views folder contain all ejs files
- src folder contain all css, js and fonts files
- app folder contain weather.js, promies.js, location.js and middlewar.js files that app.js using them to make call with services
- public folder contain all static html pages
thanks
Ali Abu Ras