/merge-local-server-data

My MVP solution to a coding exercise to augment local and server GitHub data

Primary LanguageJavaScript

Fetch Augmented Data & Merge Local And ServerData

Requirements

See task.js.

Solution

See solution.js.

Development server

Run npm start for a development server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Test

Run npm test or mocha test. (Close current running development server on port 3000 if needed)