Skip to content

ViARSys/neosvr_github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Neos Connector

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.

Preview of the UI

Installation

  1. Clone the repository.
  2. Within the installation directory run npm install.
  3. Copy the config.example.js file to config.js.
  4. Edit config.js and enter your personal access token from GitHub.
  5. From your command line, run node index.js.

Endpoints

  • /projects-by-org/:org
  • /projects-by-repo/:user/:repo
  • /columns/:project_id
  • /cards/:column_id

Suggested use

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.

About

NeosVR to GitHub connector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published