Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 609 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 609 Bytes

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