0.1.4 • Published 4 years ago

@iy4u/tally-node-feathers-wrapper v0.1.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

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 @iy4u/tally-node-feathers-wrapper --save

Documentation

TBD

Complete Example

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

const feathers = require('@feathersjs/feathers');
const plugin = require('@iy4u/tally-node-feathers-wrapper');

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

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

License

Copyright (c) 2018

Licensed under the MIT license.

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago