06-11-2018 07:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-11-2018 07:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-30-2018 07:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

