gr4y / fitbit-graphite

This will be an replacement for http://github.com/gr4y/fitbit-graphite.rb, written in an sane language.
3 stars 0 forks source link

This needs a rewrite #4

Open gr4y opened 7 years ago

gr4y commented 7 years ago

Today I tried to fix #2 for about 3 hours and I just discovered that it isn't worth it to fix that project everytime FitBit changes their API without me noticing the changes. This project has to be rewritten and redesigned from the ground up, with support or Google Fit, which is something I wanted to have for about 8 months, but never managed to assign the time.

Know Issues

Feature Ideas

[ ] Add a request cache, so that the amount of API calls will be reduced (See #3) [ ] Google Fit Support

gr4y commented 6 years ago

Since I finally have a FitBit again, this project has to be revived. After running it the first time I noticed that only weight and bmi is still working, I quickly tried to add the heart rate to the body_processor without checking the API docs, which failed misserably.

So I guess it's really time for a rewrite of this project.