Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.13 KB

Angry Cloud Weather application

This is a test application using Nodjs and express to display weather from openweather service.

This app uploaded to heroku To see weather in any city in the word do the following

Weather app info

  1. 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.
  2. views folder contain all ejs files
  3. src folder contain all css, js and fonts files
  4. app folder contain weather.js, promies.js, location.js and middlewar.js files that app.js using them to make call with services
  5. public folder contain all static html pages

thanks
Ali Abu Ras