This is a Node.js application for pulling data out of GitHub, picking pieces of it out, and providing endpoints to retrieve the data formatted in away that is easy for Neos to ingest with LogiX.
- Clone the repository.
- Within the installation directory run
npm install. - Copy the
config.example.jsfile toconfig.js. - Edit config.js and enter your personal access token from GitHub.
- From your command line, run
node index.js.
/projects-by-org/:org/projects-by-repo/:user/:repo/columns/:project_id/cards/:column_id
Within Neos you can first call either /projects-by-org or /projects-by-repo to get a project ID. Use this as the parameter for /columns which will then give you a column id to use with /cards.
