Skip to content

TheKing003KS/The-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!