Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 540 Bytes

File metadata and controls

18 lines (13 loc) · 540 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:
yarn start

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.