Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 695 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 695 Bytes

react-assignment4

Task

The web service should also have a method which takes an input parameter of an array of zip codes, then calls the old Yahoo weather API to retrieve the weather for those locations, and then finally the result is passed back to the caller.

Solution

File: server/tools/getWeatherDataFromZipcodes.js uncomment the invocation of async function test from the above file.

Installation

Platform

1. Ubuntu 18.04 and above

Run sudo bash init.sh

2. To Run the Project

open two separate terminals on first terminal run following commands

cd server
yarn start

on other terminal run following commands

cd client
yarn start