https://github.com/xperseguers/fitbit2garminconnect
Synchronizes data from Fitbit to Garmin Connect
https://github.com/xperseguers/fitbit2garminconnect
fitbit fitbit-api fitbit-data fitbit-sdk garmin-api garmin-connect garmin-sdk
Last synced: 7 months ago
JSON representation
Synchronizes data from Fitbit to Garmin Connect
- Host: GitHub
- URL: https://github.com/xperseguers/fitbit2garminconnect
- Owner: xperseguers
- License: mit
- Created: 2018-07-03T17:01:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T07:04:54.000Z (over 7 years ago)
- Last Synced: 2025-03-29T22:51:16.506Z (8 months ago)
- Topics: fitbit, fitbit-api, fitbit-data, fitbit-sdk, garmin-api, garmin-connect, garmin-sdk
- Language: PHP
- Size: 23.4 KB
- Stars: 11
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fitbit to Garmin Connect
========================
This project is useful if, like me, you own a Fitbit Aria Smart Scale (for instance) and want to
synchronize your weight to your Garmin Connect account.
It looks like there are no real solution for that simple goal so I wrote this project.
And since I wanted it to be as easy to use as possible, it doesn't require any complex OAuth2
setup but will basically emulate your browser, connect to your Fitbit account, fetch data,
connect to your Garmin Connect account and push data as if you would use the web interface to
manually enter your weight.
**Usage**
1. Clone this repository
2. Copy `config.sample.php` as `config.php`, then adapt credentials
3. Execute `index.php`
Easy! Straightforward!
Hope you'll enjoy this project, after all this was all about reverse-engineering the web UI of
Fitbit and Garmin Connect :)
Cheers
Xavier