0.0.5 • Published 7 years ago
koa-rest-api v0.0.5
koa-rest-api
Simple koa rest api module. Probably not ready for production.
Usage:
const Koa = require('koa');
const Api = require('koa-rest-api');
let app = new Koa();
Api.create(app);
app.listen();