04-06-2021 20:46
04-06-2021 20:46
I'm a python programmer, and I understand a bit of JavaScript and I've used Android Studio before so the SDK for Fit Bit seems familiar. I just have no idea where to begin on this, if someone could point me in the right direction I'd be ever so grateful.
I just want to make an app that shows me the real time price of GME. That's it.
There's a stock app already but it doesn't work with my Versa 3 and I'm unable to download the source code so I can't tinker with it to figure it out on my own.
Plz halp ty
04-06-2021 23:24
04-06-2021 23:24
Hello @thabat
The basic point is that the Fitbit device speaks with the companion app (located in your smartphone) which in turns connect to Internet.
Long ago I made this example to fetch weather forecast, it shouldn't be difficult to modify it to fetch the stock market needed data tweaking the API call