docloop-backend
v0.9.7
Published
Service to convert annotations on one platform into issue on another.
Readme
docloopBackend
This is the backend for the example docloop app.
To make this run, you have to create a config.js in the directory you cloned into.
module.exports = {
core: {}, //config for DocloopCore
github: {}, //config for GithubAdapter
paperhive: {}, //config for PaperhiveAdapter
}