@travelbot/web-frontend
v0.0.45
Published
A web frontend for the Travelbot; bootstrap script
Downloads
461
Readme
Web-frontend
To use a bootstrap script for travelbot just add these to your html file:
(You can use any CDN you wish)
Basic css styles
<link
rel="stylesheet"
href="https://raw.esm.sh/@travelbot/web-frontend/dist/style.css"
/>
Bootstrap script
As query parameters you need to specify:
- baseUrl - url of the travelbot server
- projectId - project id of the project you want to get configurations for
<script src="https://raw.esm.sh/@travelbot/web-frontend/dist/bootstrap.js?baseUrl=http://localhost:3030&projectId=123"></script>