express-hello-world

Express.js 'Hello World' middleware, useful for testing

MIT License

Downloads
231
Stars
1
Committers
3

express-hello-world npmjs.com The MIT License

Express.js 'Hello World' middleware, useful for testing

Install

npm i express-hello-world --save
npm test

Usage

For more use-cases see the tests

var express = require('express')
var helloWorld = require('express-hello-world')

var app = express()
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

Package Rankings
Top 10.37% on Npmjs.org
Badges
Extracted from project README
npmjs.com The MIT License code climate standard code style travis build status coverage status dependency status new message to charlike freenode #charlike tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github
Related Projects