Will open any website/url in fullscreen, like a digital signage. The application is running in kiosk-mode. This application only pubished to snap-store (Canonical).
snap install web-kiosk
web-kiosk url=https://google.com
Clone the project
git clone https://github.com/davidtoska/web-kiosk
Go to the project directory
cd web-kiosk
Install dependencies
npm install
Start the application
npm run start:dev