Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 485 Bytes

The-Weather-App

###This is a simple web app for checking weather.

###Steps for using:

  1. Clone the repository.

  2. Download Node.js

  3. Download dependencies using npm.

    1. express

    npm install express

    1. body-parser

    npm install body-parser

    1. ejs

    npm install ejs

  4. Start the server using command prompt (Windows) or hyper terminal (Mac):

    node app.js

  5. Go to your browser and enter: localhost:3000

  6. Enjoy!!