Closed sourcx closed 1 year ago
Hi @sourcx ! This endpoint sends the athlete data to IFTTT, which saves the athlete ID in a Google sheets spreadsheet.
The goal of this is only to count how many unique users use my app, which is helpful to decide how much time I want to dedicate to improve stravanity
In a nutshell: just analytics for myself
Hope it helps!
Alright thanks for your reply!
FYI I'm currently running your app myself to see if I can adapt it for cycling (I read more people are interested in this) and to learn about the software stack you chose.
I am also wondering if you copy the access_token
-cookie from prod to localhost when you're developing?
Good to know!
I was planning to add a toggle button to switch between running and cycling, but if you can do it yourself, that's great! (it's in my TODO list, I just have more urgent projects at the moment)
Feel free to open a PR and ask other questions. And yes, copying the production cookie to localhost should work!
Hi @bokub,
I'm reading your code trying to understand what everything is doing and am wondering what you're doing in your endpoint
https://maker.ifttt.com/trigger/stravanity
with thepayload.athlete
data?Cheers, sourcx