Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Koa 'Hello World' middleware, useful for testing

License

Notifications You must be signed in to change notification settings

tunnckoCore/koa-hello-world

koa-hello-world npmjs.com The MIT License

Koa 'Hello World' middleware, useful for testing

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

Install

npm i koa-hello-world --save
npm test

Usage

For more use-cases see the tests

var app = require('koa')()
var helloWorld = require('koa-hello-world')

app.use(helloWorld()).listen(1234)

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

About

Koa 'Hello World' middleware, useful for testing

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published