It is a web application to check weather of any city you want.
Open this to view it in the browser.
The app is made using Node js, Express framework and EJS.
To run this app locally 1.clone the repo to your PC.
2.install the required module to the weatherapi directory
$ npm install 3.run the app
$ node server.js