Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabulator/fitbit-weight
Fitbit weight hook listener
https://github.com/fabulator/fitbit-weight
Last synced: 13 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T09:43:11.000Z (3 months ago)
- Last Synced: 2024-10-21T13:55:32.743Z (3 months ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
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.