@iy4u/common-utils

0.3.2 • Public • Published

server

Build Status Code Climate Test Coverage Dependency Status Download Status

Installation

npm install server --save

Documentation

TBD

Complete Example

Here's an example of a Feathers server that uses server.

const feathers = require('@feathersjs/feathers');
const plugin = require('example/server');

// Initialize the application
const app = feathers();

// Initialize the plugin
app.configure(plugin());

License

Copyright (c) 2018

Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @iy4u/common-utils

Homepage

ionrev.com

Weekly Downloads

36

Version

0.3.2

License

MIT

Unpacked Size

562 kB

Total Files

142

Last publish

Collaborators

  • dallin.b.johnson
  • bryce-ionrev