Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silvanite/vue-instagram

A Vue.js Instagram component to display the authenticated user's feed
https://github.com/silvanite/vue-instagram

Last synced: 28 days ago
JSON representation

A Vue.js Instagram component to display the authenticated user's feed

Awesome Lists containing this project

README

        

# A Vue.js Instagram component to display the authenticated user's feed

This component is based on [Kevin Ongko's](https://github.com/kevinongko/vue-instagram) vue-instagram package but with an axios integration and personalised build tools to enable it to work in Node based environments (Vuepress with SSR in my case).

## Installation

```sh
npm i @silvanite/vue-instagram
```

```js
import Vue from 'vue'
import VueInstagram from '@silvanite/vue-instagram'

Vue.use(VueInstagram)
```

## Usage

```html



{{ feed.link }}



{{ feed.error.error_message }}


```