/MiBand-2-HR-Collector

💓🕐 Heart rate collector tool for Xiaomi MiBand 2

Primary LanguageJavaScript


heartbeat
MiBand 2 Heart rate collector tool

A tool to save heart rate values from Xiaomi MiBand 2 into a csv file

FeaturesHow to useCredits

screen based on https://github.com/vshymanskyy/miband-js, modified to save csv files

Features

  • CSV data saving
    • If you are into data anaylisis i think this is the format you may want to use when using timeseries
  • Configurable timer

How to use

To clone and run this tool, you'll need Git and NodeJS

# Clone this repository
$ git clone https://github.com/MrARC/MiBand-2-HR-Collector

# Go into the repository
$ cd MiBand-2-HR-Collector

# Install dependencies
$ npm install

# Run the app
$ npm run dev

# Open your browser at http://localhost:9080/

Credits