0.0.4 • Published 6 years ago

g-jsonp v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

g-jsonp

simple、zero-configration jsonp

install jsonp

npm i g-jsnop

CDN - https://unpkg.com/g-jsonp/release/main.js

use

import jsonp from 'g-jsonp'

jsonp(url, options, callback)

jsonp(url, options, callback)

The callback is called with err, data

jsonp('http://example.com', (err, data) => {
  if (err) {}
  if (data) {}
})

github(https://github.com/libaixu/jsonp)

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago