1.0.7 • Published 5 years ago

node-jsonp-client v1.0.7

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

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)
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago