A simple example of how to Embed the Embeddable.com web component in your site
To test your Embedded web component:
- click "Publish" on your Embeddable dashboard to get your
API_KEY
andEMBEDDABLE_ID
- clone/download this repo
- update
src/test.js
to use yourAPI_KEY
andEMBEDDABLE_ID
- run
node src/test.js
- open
localhost:8080
to see your embedded dashboard
There is a simple react example in src/react-test.html
(though you'll need to update the token
manually)