From d6f5ef8b168a4ba49a3acf77e4f040275f6ab9be Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 20 Dec 2017 17:29:33 -0700 Subject: [PATCH] Add README --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6056e06 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +Station +========= + +Station is a kiosk app for accessing basic features of the Business Apps. + +https://netsyms.biz/apps/station + + +Features +-------- + +**Quick Login** +Station can be configured with a "quick access" list of users who can log in +with a single tap. Other login methods include using a one-time code from the +mobile app, or entering a traditional username and password. + +**QwikClock Access** +Users can easily punch in and out, and their work schedule is available +at-a-glance. + +**TaskFloor Summary** +Users can review assigned tasks and recent messages while punching in. + +**Security Timeout** +Station automatically logs off the user if they walk away, with a two-minute +countdown. + +Running +------- + +Station is a standard [NW.js](https://nwjs.io/) app, so download NW.js, +cd to this folder, and run `/path/to/nw .`. \ No newline at end of file