1.0.1 • Published 9 years ago

kotakchannelsvc v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

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