dv-ports

0.0.7 • Public • Published

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.

Package Sidebar

Install

npm i dv-ports

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

4.28 kB

Total Files

5

Last publish

Collaborators

  • andwaw