Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 518 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 518 Bytes

kiosk_webapp

Simple webpage loaded with buttons that will trigger events on the kiosk

To run: python app.py

Currently not dockertized. Requires both Python and Node JS dependencies. See requirements.txt for python and package.json for Node (installed with Yarn).
Does not actually connect to a real Kiosk. Only connects to a "dumby" server (serve.js) All events are predefined and can be found in the events folder.