Skip to content

isabella232/jsonp-1

 
 

Repository files navigation

JSONP

Build Status npm

Quick and easy JSONP.

Installation

npm install @firstandthird/jsonp

Usage

import jsonp from '@firstandthird/jsonp';

jsonp('https://some-url.io', () => {
  // It finished
}, 'cb');

// https://some-url.io?cb=jsonp_125149012 will be queried

About

Quick way to create a JSONP request

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%