Skip to content

This repository is a solution to a React-Node-interview question.

Notifications You must be signed in to change notification settings

swapnilmisal/react-assignment4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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