Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Custom Café Bot

Here is an example of a coffee bot, written using client-side JavaScript and HTML, that allows members to add charges for drinks and snacks to their invoice. The initial inspiration came from the source code for Tip Jar, and from example Cobot applications available on GitHub.

The application also relies on a Google Sheets API, that draws data from a sheet in order to populate available items and prices. In this example, the desired final price including VAT is entered into column C, and the price excluding VAT is automatically calculated. This example sheet includes the option of applying two different VAT rates.

This Café Cobot Bot has been contributed by the folks at Fase15. You can find more details about it, and the repository, on GitHub, and can also read about it in our blog.

Let us know if you have more to add! We would be happy to include your changes.

back to index