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

Latest commit

 

History

History
38 lines (23 loc) · 1.86 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.86 KB

pulsebox

Continuous Integration code style: prettier

Contributions are definitely appreciated however, this project is deprectated so please refer to pulsetracker this is where the new version of this project has been moved.

💭 Background

pulsebox is the data collector and storage solution for managing data between pulsetracker.

Who is this app for?

This app allows developers to easily record and upload heart rate data. It's a touch-based system where users will place one of their fingers on the back camera while the flash is present. The user will record a 10-second video that can then be uploaded to pulsebox for later processing by pulsetracker.

Why Touch Based?

Touch-based systems are generally more accurate and efficient compared to Touch-less systems. A touch-based system requires physical input such as a finger on a camera however, a touch-less system usually uses the front camera without physical input.

Run locally

This project uses Firebase for OAuth and Storage.

$ curl -sL https://firebase.tools | bash

After install the Firebase CLI cloning this repository and changing directories to it.

$ firebase serve

Licensing

This repository and all contributions herein are licensed under the MIT license. Please note that, by contributing to this repository, whether via commit, pull request, issue, comment, or in any other fashion, you are explicitly agreeing that all of your contributions will fall under the same permissive license.