Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

restify/formatter-jsonp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated!

This now lives in the main restify repository. To use the restify formatters, please use:

require('restify').formatters

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published