1.2.0 • Published 2 years ago
@monster_property_services/monster-instagram-feed v1.2.0
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-feedUsage 🎉
This web component needs an apiToken as an attribute in order to pass authentication in our API request.
The
apiTokenis 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