https://github.com/fabulator/fitbit-weight
Fitbit weight hook listener
https://github.com/fabulator/fitbit-weight
Last synced: 11 months ago
JSON representation
Fitbit weight hook listener
- Host: GitHub
- URL: https://github.com/fabulator/fitbit-weight
- Owner: fabulator
- Created: 2022-08-13T08:37:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-19T15:10:51.000Z (11 months ago)
- Last Synced: 2025-08-19T17:34:26.753Z (11 months ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fitbit Weight
This app will create authorization link with Fitbit account and listen to all changes in users weight. It will send payload to redis bullmq server. Event is processed further more. It will take all weight meassurement from given data and put them to another queue.
## ENV variables
Check [example env file](.env.example) to find out everyhing about required .env variables.
## Docker
Check [example docker-compose.yml](docker-compose.yml) how to setup connection between containers and persisted volumes.