Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

kotakchannelsvc

lincs3ISC1.0.1

This microservice is an npm module that can be loaded into a service container using the following:

readme

Kotak Micro Service "Channels"

This microservice is an npm module that can be loaded into a service container using the following:

Usage

npm i @lincs/kotak-channel-service

Then in the server.js file of the container:

// add services here
var services = [
  '@lincs/kotak-channel-service',
  ...
]

services.map(function (svc) {
  var s = require(svc)
  s(ee)
})

Database Requirements

  • CouchDB Server
  • env parameter - COUCHDB

The service looks for the database url in a COUCHDB env variable