1.1.0 • Published 5 years ago

flyup-img-files-middleware v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

flyup-img-files-middleware

WIP

Nodejs Express REST middleware for image file upload and simple storage handling.

Best used with flyimg and flyup-ng.

Installation

npm install flyup-img-files-middleware

Usage

const express = require('express');
const imgRouter = require('flyup-img-files-middleware');

const app = epress();
app.use('api/media', imgRouter);

Testing

The app has unit and integration tests, all of which are executed by running:

npm test

License

MIT