Skip to content

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

Notifications You must be signed in to change notification settings

leotm/merge-local-server-data

Repository files navigation

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)