ember-instafeeddeprecated

Enables using Instafeed in Ember to pull in images from Instagram.

Usage no npm install needed!

<script type="module">
  import emberInstafeed from 'https://cdn.skypack.dev/ember-instafeed';
</script>

README

Ember-Instafeed

npm version Download count all time npm Ember Observer Score Build Status

Installs Instafeed and exposes it to your project. It will not import anything if your app is running in FastBoot.

Installation

ember install ember-instafeed

Usage

import Instafeed from 'instafeed';

To use, you just need to import Instafeed in whatever file you'd like to use it in.