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

⌚ A Fitbit app that alerts your loved one if your heart rate is too high. (TreeHacks 2019, Most Impactful)

License

Notifications You must be signed in to change notification settings

nadyafebi/recoverybot-fitbit

 
 

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

About

⌚ A Fitbit app that alerts your loved one if your heart rate is too high. (TreeHacks 2019, Most Impactful)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • CSS 12.1%