0.0.7 • Published 7 years ago

dv-ports v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

dv-ports

Build Status Code Climate Test Coverage Dependency Status Download Status

Installation

npm install dv-ports --save

Documentation

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.

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.1-5

7 years ago

0.0.1-4

7 years ago

0.0.1-3

7 years ago