Closed nyculescu closed 5 years ago
It looks like they've changed a lot of the css classes that were used when I wrote this 2 years ago. I may be able to take a look soon but no guarantees. If you want to explore it yourself, take a look at the code after: https://github.com/denolfe/jefit/blob/master/lib/fetchSingleDate.js#L23. This contains classes that no longer exist and were in all likelihood just renamed to something else.
Hi @nyculescu , just make sure your privacy setting is set on: Everyone, this fixed it for me.
Thanks @oronbz for confirming functionality! Closing.
I tried to fetch data from Jefit and the response for a) jefit.fetchMostRecent() is: { "exercises": [] }
b) jefit.fetchSingleDate() is: { exercises: [] }
So, the response is empty, even on Jefit I have a lot of data stored.