kevinongko / vue-instagram

Instagram's feed fetcher component based on Vue.js
https://kevinongko.github.io/vue-instagram/
MIT License
181 stars 37 forks source link

How do I use vue-instagram with waterfall? #8

Closed rlam3 closed 6 years ago

rlam3 commented 6 years ago

How do I use vue-instagram with waterfall? https://github.com/MopTym/vue-waterfall

@kevinongko

freddyamsterdam commented 6 years ago

I think the short answer is: "you don't!". Vue Instagram is a component.

From what I can tell, Vue Waterfall expects an array of images for which – at least in this particular case – you'll need to perform a call to the Instagram API. This should give you a clue as to how you can retrieve your Instagram feed:

https://github.com/kevinongko/vue-instagram/blob/master/src/vue-instagram.vue#L71

Good luck.

kevinongko commented 6 years ago

Thanks for the explanation @freddyamsterdam