I have been trying to use a health application called shimmer (that aggregates data from multiple health data sources such as fitbit, googlefit, and i health) with an android application. The application currently uses node.js and MongoDB to run (for example i have managed to run on my PC using a local host). However, I want that application to run on or atleast communicate with my android application. The application can be run using GET requests (I know that much). But can I somehow deploy it to a cloud service and communicate to it through the that on my android application.
The full explanation of this application is in the following github link. https://github.com/openmhealth/shimmer
I think this is probably a very easy thing to do but I have practically no experience in JavaScript and MongoDB. Please help!!!
via csundergrad
No comments:
Post a Comment