An open API service indexing awesome lists of open source software.

https://github.com/blackboxvision/multer-storage-gridfs

💽 Upload your files faster to gridfs with this custom multer storage
https://github.com/blackboxvision/multer-storage-gridfs

gridfs library mongodb multer multer-storage-gridfs storage

Last synced: about 1 year ago
JSON representation

💽 Upload your files faster to gridfs with this custom multer storage

Awesome Lists containing this project

README

          

# Multer Storage GridFS
> :minidisc: Multer Storage Engine is the simplest way to save your files to MongoDB GridFs backed by multer

[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/multer-storage-gridfs.svg)](https://badge.fury.io/js/multer-storage-gridfs) [![npm downloads](https://img.shields.io/npm/dm/multer-storage-gridfs.svg)](https://www.npmjs.com/package/multer-storage-gridfs) [![Build Status](https://travis-ci.org/BlackBoxVision/multer-storage-gridfs.svg?branch=master)](https://travis-ci.org/BlackBoxVision/multer-storage-gridfs) [![codecov](https://codecov.io/gh/BlackBoxVision/multer-storage-gridfs/branch/master/graph/badge.svg)](https://codecov.io/gh/BlackBoxVision/multer-storage-gridfs) [![Coverage Status](https://coveralls.io/repos/github/BlackBoxVision/multer-storage-gridfs/badge.svg)](https://coveralls.io/github/BlackBoxVision/multer-storage-gridfs?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/blackboxvision/multer-storage-gridfs/badge.svg)](https://snyk.io/test/github/blackboxvision/multer-storage-gridfs)

[![NPM](https://nodei.co/npm/multer-storage-gridfs.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/multer-storage-gridfs/) [![NPM](https://nodei.co/npm-dl/multer-storage-gridfs.png?months=9&height=3)](https://nodei.co/npm/multer-storage-gridfs/)

## Installation

**YARN**

```javascript
yarn add multer-storage-gridfs
```

**NPM**

```javascript
npm install --save multer-storage-gridfs
```

## API Docs

[Read them here](/docs/API.md)

## Issues

If you found a bug, or you have an answer, or whatever. Please, open an [issue](https://github.com/BlackBoxVision/multer-gridfs/issues). I will do the best to fix it, or help you.

## Contributing

Of course, if you see something that you want to upgrade from this library, or a bug that needs to be solved, **PRs are welcome!**

## License

Distributed under the **MIT license**. See [LICENSE](https://github.com/BlackBoxVision/multer-gridfs/blob/master/LICENSE) for more information.