Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 575 Bytes

Normalizing GitHub Issues

This is a barebones example for node to illustrate how normalizing the GitHub Issues API endpoint could work.

Running

# from the root directory:
yarn
# from this directory:
../../node_modules/.bin/babel-node ./index.js

Files

  • 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.