Skip to content

Latest commit

 

History

History

normalizr-github

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.