kotakchannelsvc
v1.0.1
Published
This microservice is an npm module that can be loaded into a service container using the following:
Downloads
5
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