Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leotm/merge-local-server-data

My MVP solution to a coding exercise to augment local and server GitHub data
https://github.com/leotm/merge-local-server-data

async-await authorization chai coding-exercise github hapi headers json mocha npm post-request request-promise sinon

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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)