2color / auroqueue

Open-source Queue Management System
49 stars 25 forks source link

how to see a demo or screenshots? #3

Open matteoraggi opened 5 years ago

matteoraggi commented 5 years ago

Hi, I would like to see a online demo or a youtube video or some screenshots first to use my time installing it on raspberry, is that possible? I watched this video, but I don't see the UI here too: https://www.youtube.com/watch?v=EdB-Vuqtlc0

2color commented 5 years ago

The easiest way is to simply install and run it locally on any machine with node or even just run the docker image.

Either way, I'll try to get a short demo up soon.

matteoraggi commented 5 years ago

I just need a qms with transparent background to show videos and images on the background. Is that possiblle with auroqueue? Plus I need also to show the same number also to other monitors, eventualyl it would be an extra feature..

2color commented 5 years ago

Sure it's possible. You can embed whatever you like in the index.html file https://github.com/2color/auroqueue/blob/master/public/index.html#L21.

Because auroqueue is simply put an HTTP server with a simple API, you can serve the QMS on as many monitors as you like. All you need is to have a network connected device with a browser on it that can access the device running the auroqueue server.