dv-ports
v0.0.7
Published
[](https://travis-ci.org/dventures/dv-ports) [](https://codeclimate.com/github/dventures/dv-ports)
Readme
dv-ports
Installation
npm install dv-ports --saveDocumentation
TBD
Complete Example
Here's an example of a Feathers server that uses dv-ports.
const feathers = require('@feathersjs/feathers');
const plugin = require('dv-ports');
// Initialize the application
const app = feathers();
// Initialize the plugin
app.configure(plugin());License
Copyright (c) 2018
Licensed under the MIT license.

