Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/silvanite/vue-instagram
- Owner: Silvanite
- License: mit
- Created: 2019-02-03T14:50:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T16:39:30.000Z (almost 6 years ago)
- Last Synced: 2024-09-13T04:25:41.966Z (about 2 months ago)
- Language: Vue
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 }}
```