0.3.8 • Published 6 months ago

@sparkz-community/common-utils v0.3.8

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 months ago

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.