06-11-2018 07:29
06-11-2018 07:29
I'm trying to send accelerometer and heart rate data from my Ionic to some sort of cloud storage service. Does anybody have any advice on how best to do this? All my code currently does is send data from the app to the companion. I'd appreciate any advice or assistance with this.
06-30-2018 07:16
06-30-2018 07:16
You can use fetch() to POST the data somewhere. You'd just need to decide where you want to post it to!
https://stackoverflow.com/questions/29775797/fetch-post-json-data