iOS app for your personal assistant to your health.
PearlClient is the code repository for Pearl's iOS app. Inspired by apps such as Lark, PearlClient wants to bring friendly and intelligent health assistance with an open source community.
You can find out more about Pearl at our homepage.
Pearl is developed at Involution Studios in Arlington, MA.
-
Install Ionic in the following instructions.
-
Install all dependencies using
npm install
andbower install
. -
Run the app in the emulator using
ionic emulate ios
.- Additional details can be found at the Ionic Framework documentation.
-
PearlClient is developed using Ionic, a framework built on top of Angular for Cordova native application experiences.
-
Most (if not all) of Pearl's intelligence is within our servers. The client applications only communicate and display data to the user in a friendly manner.
- Keeping to a centralized "brain" helps us introduce new devices, such as Android and Echo, in a fast and decoupled way.