This is a barebones example for node to illustrate how normalizing the GitHub Issues API endpoint could work.
# from the root directory:
yarn
# from this directory:
../../node_modules/.bin/babel-node ./index.js
- index.js: Pulls live data from the GitHub API for this project's issues and normalizes the JSON.
- output.json: A sample of the normalized output.
- schema.js: The schema used to normalize the GitHub issues.