lemarier / micro-gyroscope

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

Home Page:https://gyroscope.lemarier.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

https://gyroscope.lemarier.sh/

License:MIT License


Languages

Language:JavaScript 100.0%