Weather Application focuses on functionalities:
- Search for a city
- Show the six day forecast for that city
Clone the repo:
git clone https://github.com/vanthienpc/weatherapp.git
Install the dependencies:
$ cd weatherapp
$ npm install
Then App running on http://localhost:3000/
In order to run test case
$ npm test
@ThienVo