An App to show the current weather conditions of locations that you search.
You should have the following tools installed in your system.
- Node
- npm
- Git
Clone the repo and install the dependencies.
- git clone https://github.com/akshatb622/node-weather-app.git
- npm install
To start the express server, run the following :
npm run start
Open http://localhost:3000 and take a look around.