1.0.0 • Published 9 years ago

kotakfriendsvc v1.0.0

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

Kotak Micro Service "Friends"

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

Usage

npm i kotakfriendsvc

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