Monster Google Reviews 🧐
This is a custom web component to make a controlled request to our local api to show a list of the google reviews from the google business page.
This component can handle pagination with an internal logic connected to the MonsterAPI.
Installation 📦️
You can start using this component right away like this:
- CDN
<script type="module" src="https://unpkg.com/@monster_property_services/monster-google-review@1.0.0"></script>
- npm
npm i @monster_property_services/monster-google-review
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-google-review apiToken="your_api_token"></monster-google-review>
Preview
You can see an example of this web component in here ✨:
https://codepen.io/Andres2D/pen/NWVmeQe