krider2010 / flyup-img-files-middleware

Image file uploader and file manager backend in nodejs for flyimg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 97.8%Language:Groovy 1.7%Language:Dockerfile 0.5%