Skip to content

firstandthird/jsonp

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

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •