Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leotm/merge-local-server-data
- Owner: leotm
- Created: 2017-11-28T21:39:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T21:39:22.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T10:21:45.847Z (about 1 month ago)
- Topics: async-await, authorization, chai, coding-exercise, github, hapi, headers, json, mocha, npm, post-request, request-promise, sinon
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)