Skip to content

Instantly share code, notes, and snippets.

@agraebe
Last active September 30, 2019 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agraebe/edf1a5c977891412dd10c0de74234702 to your computer and use it in GitHub Desktop.
Save agraebe/edf1a5c977891412dd10c0de74234702 to your computer and use it in GitHub Desktop.
Embed trips view
# 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