Skip to content

tunnckoCore/koa-upload

Repository files navigation

koa-upload npmjs.com The MIT License

File upload for koa, based on formidable

code climate standard code style travis build status coverage status dependency status

Install

npm i koa-upload --save
npm test

Usage

For more use-cases see the tests

var koa = require('koa')
var upload = require('koa-upload')

var opts = {}
var app = koa()

app.use(upload(opts)).listen()

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github