Skip to content

Image file uploader and file manager backend in nodejs for flyimg

License

Notifications You must be signed in to change notification settings

flyimg/flyup-img-files-middleware

Repository files navigation

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

About

Image file uploader and file manager backend in nodejs for flyimg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published