multer-storage-uploadcare

3.0.1 • Public • Published

multer-storage-uploadcare

Build Status codecov js-standard-style npm version Dependency Status

An Uploadcare storage engine for multer

Installation

npm i --save multer-storage-uploadcare

Usage

'use strict'
 
const uploadcareStorage = require('multer-storage-uploadcare')
const multer = require('multer', {
  storage: uploadcareStorage({
    public_key: YOUR_UPLOADCARE_PUBLIC_KEY,
    private_key: YOUR_UPLOADCARE_PRIVATE_KEY
    store: 'auto' // 'auto' || 0 || 1
  })
})
 

Package Sidebar

Install

npm i multer-storage-uploadcare

Weekly Downloads

7

Version

3.0.1

License

ISC

Unpacked Size

15.6 kB

Total Files

9

Last publish

Collaborators

  • ihebbenromdhane
  • thonythony
  • mirko_ew
  • albanv