Instantiates a Koa app with default OPS middlewares.
Creates an OPS-specific Koa application with already mounted middlewares.
npm install @sigfox/koa-k8s-ops-app
const KoaOps = require('@sigfox/koa-k8s-ops-app');
const app = new KoaOps();
const server = app.listen();
npm test
This project is licensed under the MIT License - see the LICENSE file for details.