The booking engine is a web component which can be used in your project. It can be implemented in your website, or can be used as a stand alone website.
The main feature is its flexibility. It can work on any website, can be implemented anywhere and used however you want. Customizing it is really simple, and doen't take very long.
To install the engine in your project follow the steps underneath:
<booking-engine></booking-engine>. Make sure that the code is between the <body></body> tags. It does not matter where you place the code, but it the location will affect the visual location.<head></head> tags, or at the bottom of the <body></body> tags. But placing it in the body tags, will make it slightly faster. <script src="https://unpkg.com/vue"></script><script src="./booking-engine.js"></script>If anything does not work, make sure you don't have any typos or missing tags, also make sure that the tags are on the correct place.