meltifa / node-jsonp-client

a simple jsonp client for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%