iOS and web app for Hack at Brown 2016 using Microsoft band. The objective of this app is to provide a comprehensive understanding of the relationships between emotion and heart rate (bps).
This app uses Node and Express and MongoDB in the backend. The app collects user's heartrate from Microsoft band and prompts user to enter messages for each heartrate measure.
Install dependencies and run on localhost
npm install
nodemon bin/www
localhost:3000
This is live at happyheart.azurewebsites.net