Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 524 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 524 Bytes

Phase 1 - Clocking In/Out

Simple Meteor app (ios and android) which consumes the RosterME API to provide login, view time cards, Clock In and Clock Out (With GPS coordinates).
A basic admin screen is available at /admin to view the user events (data).

## Installation

npm i
meteor

To instal on a connected device

meteor run ios-device --mobile-server=https://DEPLOYED_URL
or
meteor run android-device --mobile-server=https://DEPLOYED_URL