Monster Instagram feed 📱
This is a web component to display the latest instagram pictures of a given instagram profile.
Installation 📦️
You can start using this component right away like this:
- CDN
<script type="module" src="https://unpkg.com/@monster_property_services/monster-instagram-feed@1.0.0"></script>
- npm
npm i @monster_property_services/monster-instagram-feed
Usage 🎉
This web component needs an apiToken
as an attribute in order to pass authentication in our API request.
The apiToken
is not the google api token. Is an internal generated token.
<monster-instagram-feed apiToken="your_api_token"></monster-instagram-feed>
Preview
You can see an example of this web component in here ✨:
https://codepen.io/Andres2D/pen/oNRWLgM