Cozie an iOS app for human comfort data collection
Cozie allows building occupants to provide feedback in real time
- Free and Easy to Use - Building occupants can complete a right-here-right now survey directly from their Apple watch. Without the need of having to open an app on their Phone or a survey link.
- Open source - Cozie is an Open Source project and together with Cozie for Fitbit, allows researchers to focus on the data collection. We have taken care of all the programming for you!
-
Clone the
cozie-app
repository on your computer, thencd
into the repo.
git clone https://github.com/cozie-app/cozie-apple.git
-
Install the CocoaPods with the following command
pod install
. You need to have CocoaPods installed on your Mac. You can install CocoaPods using the following commandsudo gem install cocoapods
. If you are using a new Mac with M1 chip you will need to use the following command to install CocoaPodssudo arch -x86_64 gem install ffi
followed byarch -x86_64 pod install
. -
Open the
Cozie.xcworkspace
file with XCode. -
Add Watch to iPhone simulator
Window>Devices and Simulators>Create a new simulator
-
Select Cozie as Target and press play button in XCode.
-
Select Cozie Watch App and press play button.
-
Prior completing a survey sync the watch and the phone.
-
If something is not working uninstall the app from both simulators and install it again.
For more information please visit the official documentation website
We would love you for the contribution to our project, check the LICENSE
file for more info.