@iy4u/feathers-fingerprint

0.3.6 • Public • Published

server

Build Status Code Climate Test Coverage Dependency Status Download Status

npm Setup

create npm account.

Set up iy4u profile:

npmrc -c iy4u
npm login --scope=@iy4u --registry=https://registry.npmjs.org/

Set up ionrev profile:

npmrc -c ionrev
npm login --scope=@ionrev --registry=https://registry.npmjs.org/

switch profiles:

npmrc ionrev
npmrc iy4u

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('server');

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

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

License

Copyright (c) 2018

Licensed under the MIT license.

/@iy4u/feathers-fingerprint/

    Package Sidebar

    Install

    npm i @iy4u/feathers-fingerprint

    Weekly Downloads

    0

    Version

    0.3.6

    License

    MIT

    Unpacked Size

    1.07 MB

    Total Files

    268

    Last publish

    Collaborators

    • dallin.b.johnson
    • bryce-ionrev