###This is a simple web app for checking weather.
###Steps for using:
-
Clone the repository.
-
Download Node.js
-
Download dependencies using npm.
- express
npm install express
- body-parser
npm install body-parser
- ejs
npm install ejs
-
Start the server using command prompt (Windows) or hyper terminal (Mac):
node app.js
-
Go to your browser and enter: localhost:3000
-
Enjoy!!