Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.

Duder-onomy/ember-fetch-jsonp

Repository files navigation

DEPRECATED


This lib is deprecated in favor of using ember-auto-import and installing fetch-jsonp directly. This might look something like:

  • yarn add ember-auto-import
  • yarn add fetch-jsonp

Then you can:

import fetchJsonp from 'fetch-jsonp';

ember-fetch-jsonp

Greenkeeper badge

Build Status

npm version

Adds fetch-jsonp to ember apps via:

import fetchJsonp from 'fetch-jsonp';

Installation

ember install ember-fetch-jsonp

License

This project is licensed under the MIT License.