3.0.1 • Published 8 years ago

@oddnetworks/seneca-odd-catalog v3.0.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

seneca-odd-catalog

Build Status

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