Hi - I did have a look at adding this directly to the App Loader, but unfortunately the Strava API requires some server-side stuff to work nicely (I can't just host it).
However as @dapgo notes you can import GPX files into Strava - so you'd just have to go into the App Loader, export the data to a GPX file and then import that file to Strava.
You can do that right now with the GPS Recorder app: https://banglejs.com/apps/#gpsrec however it doesn't record heart rate or steps - it's just the GPS trace.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi - I did have a look at adding this directly to the App Loader, but unfortunately the Strava API requires some server-side stuff to work nicely (I can't just host it).
However as @dapgo notes you can import GPX files into Strava - so you'd just have to go into the App Loader, export the data to a GPX file and then import that file to Strava.
You can do that right now with the GPS Recorder app: https://banglejs.com/apps/#gpsrec however it doesn't record heart rate or steps - it's just the GPS trace.
It should be pretty easy to just copy the interfacing file from GPS Recorder (https://github.com/espruino/BangleApps/blob/master/apps/gpsrec/interface.html) to BangleRun and extend it to add heartrate/step fields though.