Skip to content

balain/healthDataGrapher

Repository files navigation

Health Data Grapher

Program to process CSV of Apple Health Data and import the records into InfluxDB suitable for creating personal dashboards.

Contents

  • app.js: Main program

Prerequisites

Dependencies

  • Node modules
    • minimist: For parsing command line options
    • debug: For logging
    • @fast-csv/parse: For CSV parsing
    • influx: Interface with the InfluxDB

Installation and Setup

Development setup

To turn on debug output, set the DEBUG environment variable, like so:

set DEBUG=*

Release History

  • 0.0.1
    • Work in progress

License

Distributed under the MIT license. See LICENSE for more information.

https://github.com/balain/

Releases

No releases published

Packages

No packages published