kotakfriendsvc

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i kotakfriendsvc

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • lincs