Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.13 KB

File metadata and controls

24 lines (18 loc) · 1.13 KB

Guardian

An iOS app to make sure you're safe on your travels 🗺🛡


About

Made at hackFSU 2017. See the Devpost 🔑

How many times does your mom/significant other/friend ask you "did you make it to X ok?", "text me when you get there"?

Guardian automates this process by automatically prompting you to check in securely using your phone's Touch ID sensor.

Demo

onboarding checkin

Building Locally

  • Must have ruby and rubygems installed
  • Install cocoapods with sudo gem install cocoapods
  • Clone this repository anywhere on your computer with: git clone https://github.com/spuleri/Guardian.git
  • cd into the root directory of the project
  • Run pod install to download and install the libraries that this project uses
  • Open the Guardian.xcworkspace project in Xcode
  • Build and run in Xcode!