Last active
September 30, 2019 20:09
-
-
Save agraebe/edf1a5c977891412dd10c0de74234702 to your computer and use it in GitHub Desktop.
Embed trips view
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Coding view instructions | |
const baseUrl = "https://embed.hypertrack.com/trips"; | |
const tripId = "abc" | |
const publishableKey = "xyz"; | |
# Embeddable widget for Get Devices Status | |
<iframe width="400px" height="400px" src=`{baseUrl}/{tripId}?publishable_key={publishableKey}` /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment