Skip to content

Latest commit

 

History

History

koa-k8s-ops-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.