@sparkz-community/common-utils
v0.3.10
Published
[![Build Status](https://travis-ci.org/feathersjs/server.png?branch=master)](https://travis-ci.org/feathersjs/server) [![Code Climate](https://codeclimate.com/github/feathersjs/server/badges/gpa.svg)](https://codeclimate.com/github/feathersjs/server) [![T
Downloads
228
Maintainers
Keywords
Readme
server
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.