Socket
Book a DemoInstallSign in
Socket

@sparkz-community/file-uploader-server-lib

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sparkz-community/file-uploader-server-lib

[![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

latest
Source
npmnpm
Version
0.2.7
Version published
Maintainers
0
Created
Source

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.

Keywords

feathers

FAQs

Package last updated on 07 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts