ryanmoelter / burndown

A simple window into Fitbit's body fat data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Burndown

A simple window into Fitbit's body fat data.

Running

  1. Create a fitbit application and put the client ID and secret in a config.yaml in the directory in which you plan to run the server.
    fitbitClientId: "<clientId>"
    fitbitClientSecret: "<clientSecret>"
  2. Create prod application.conf file
  3. Run the server
    1. Option 1: run ./gradlew run
    2. Option 2: Package and deploy (Coming soon)
  4. Use either http or https (port 80 or 443)

About

A simple window into Fitbit's body fat data

License:Apache License 2.0


Languages

Language:Kotlin 100.0%