Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 523 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 523 Bytes

Node-weather-app

An App to show the current weather conditions of locations that you search.

Requirements :

You should have the following tools installed in your system.

  1. Node
  2. npm
  3. Git

Common setup :

Clone the repo and install the dependencies.

  1. git clone https://github.com/akshatb622/node-weather-app.git
  2. npm install

Running the App :

To start the express server, run the following :
npm run start

Open http://localhost:3000 and take a look around.