Skip to content

meltifa/node-jsonp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-jsonp-client

a simple jsonp client for Node.js

Installation

$ npm install node-jsonp-client

Usage

Include the library on Node.js

const jsonpClient = require('node-jsonp-client')
const http = require('http')

jsonpClient('http://yourapi', {
  agent: new http.Agent({ keepAlive: true })
}).then(console.log)

About

a simple jsonp client for Node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published