Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 726 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 726 Bytes

Weather Application focuses on functionalities:

  • Search for a city
  • Show the six day forecast for that city

Technology Stack

Weather API

Installation and Setup

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