/feathers-gridfs

Primary LanguageTypeScriptMIT LicenseMIT

feathers-gridfs

Build Status Code Climate Test Coverage Dependency Status Download Status

Support GridFs for file storage

Installation

npm install feathers-gridfs --save

Documentation

TBD

Complete Example

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

const feathers = require('@feathersjs/feathers');
const plugin = require('feathers-gridfs');

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

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

License

Copyright (c) 2018

Licensed under the MIT license.