0.1.0 • Published 10 years ago

restify-formatter-text v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

formatter-text

Build Status

Installation

npm install restify-formatter-text

Usage

var restify = require('restify');
var server = restify.createServer();
var textFormatter = require('restify-formatter-text');

server.use(textFormatter);
server.listen(8080)

License

MIT