README
seneca-odd-catalog
This module is a plugin for the Seneca framework for organizations and devices.
Install
seneca-odd-catalog is a Seneca plugin. In order to use seneca-odd-catalog, you must have Seneca installed in your project. To install it:
npm install --save seneca
npm install --save git@github.com:oddnetworks/seneca-odd-catalog.git
Usage
Since seneca-odd-catalog is a seneca plugin, it can be registered to the seneca instance simply by adding the line
var catalog = require('catalog');
seneca.use({init: catalog, name: 'catalog'});
License
Apache 2.0 © Odd Networks