Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

RecoveryBot/fitbit-app

Repository files navigation

RecoveryBot Fitbit App

Made for TreeHacks 2019 hackathon. Winner of "Most Impactful" award.

This is the Fitbit app for RecoveryBot. It will send an alert to the user's contact person if the user's heart rate goes above certain threshold.

More info about RecoveryBot

Install

Prerequisites:

# Clone this repository.
$ git clone https://github.com/RecoveryBot/fitbit-app.git

# Install dependencies.
$ npm install

# Duplicate the config example file and fill it out.
$ cp config.example.js config.js
$ nano config.js

# Run the Fitbit CLI.
$ npx fitbit

# Connect to device or simulator.
fitbit$ connect device
fitbit$ connect phone

# Build and run app.
fitbit$ build
fitbit$ install

Note: The RecoveryBot's Express server must be running while using the app.

License

MIT

Releases

No releases published

Packages

No packages published