Skip to content

Latest commit

 

History

History

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:
../../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.