Socket
Socket
Sign inDemoInstall

koa-hello-world

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    koa-hello-world

Koa 'Hello World' middleware, useful for testing


Version published
Weekly downloads
7
increased by250%
Maintainers
1
Install size
9.04 kB
Created
Weekly downloads
 

Changelog

Source

1.0.1 - 2015-05-25

  • Release v1.0.1 / npm@v1.0.1
  • bump koa@v0.21.0
  • update tests
  • yield next middleware

Readme

Source

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.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github

Keywords

FAQs

Last updated on 24 May 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc