/micro-gyroscope

Microservice to cache and expose my HealthKit data from gyrosco.pe

Primary LanguageJavaScriptMIT LicenseMIT

gyroscope

Microservice to cache and expose my HealthKit data from gyrosco.pe

Usage

Simply install the dependencies:

yarn install

And run the server:

yarn dev

API

GET /

200: Returns a list of gyrosco.pe data as follows

[
  {
    "steps": 1000000,
    "kms": 762,
    "weight": 72,
    "weightUnits": "kg",
    "heartRate": 65,
    "heartRateUnits": "bpm"
  }
]

Contributing

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Follow the usage section
  3. Start making changes and open a pull request once they're ready!