Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

NewPointe/NP-Kiosk-Chrome

Repository files navigation

Yesterday (Jan 15, 2020) Google announced that they are ending support of Chrome Apps on Chrome OS. Because of this I've decided to halt this project and start working on a Chrome OS compatable Android version of this project which you can find here.

Rock-Checkin-Chrome

Discord Server License Discord Server Discord Server Build Release

Rock-Checkin-Chrome is a Chromebook Kiosk app for the Rock RMS Check-in system. It is based off of the official Rock Check-in iOS app and aims to maintain feature parity.

Features:

  • Configurable label caching
  • Local network printing
  • USB printing (Comming soon)
  • Bluetooth printing (Comming soon)
  • Serial printing (Comming soon)
  • Managed Configuration support

While it should work on any Chrome OS device, this app was designed for the Acer Chromebook Tab 10 - a cheaper and easier to manage alternative to the iPad with a very similar form factor (It even fits in our old iPad stands! ...with some minor modifications).

Building

git checkout https://github.com/NewPointe/Rock-Checkin-Chrome.git
cd Rock-Checkin-Chrome
npm i
npm run build

Unpackaged build results will be in ./dist. You can add this folder as an unpackaged app inside of Chrome for testing. A packaged .zip will be in ./build. This can be uploaded to the Chrome Web Store for your organization.

License

This project is licensed under the MIT License - see the LICENSE.md file for details