Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 552 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 552 Bytes

koa-k8s-ops-app

Instantiates a Koa app with default OPS middlewares.

Features

Creates an OPS-specific Koa application with already mounted middlewares.

Install

npm install @sigfox/koa-k8s-ops-app

Usage

const KoaOps = require('@sigfox/koa-k8s-ops-app');

const app = new KoaOps();
const server = app.listen();

Test

npm test

Licence

This project is licensed under the MIT License - see the LICENSE file for details.