restify-formatter-jsonp

0.1.0 • Public • Published

formatter-jsonp

Build Status

Installation

npm install restify-formatter-jsonp

Usage

var restify = require('restify');
var server = restify.createServer();
var jsonpFormatter = require('restify-formatter-jsonp');

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

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i restify-formatter-jsonp

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • gergelyke