0.2.7 • Published 8 months ago

@sparkz-community/file-uploader-server-lib v0.2.7

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

server

Build Status Code Climate Test Coverage Dependency Status Download Status

npm Setup

create npm account.

Set up sparkz-community profile:

npmrc -c sparkz-community
npm login --scope=@sparkz-community --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 sparkz-community

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.

0.2.7

8 months ago

0.2.6

8 months ago

0.2.1

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.0

1 year ago

0.1.10

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago