Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1016 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 1016 Bytes

Tidepool Pancake

This application integrates OpenMHealth's open source Shimmer application, conneting it to Tidepool's note platfrom. After settings up and running the Shimmer application, a json file with either normalized or raw data from a third party API can be generated. For instructions for obtaining the desired json file from any supoprted third party API, follow Shimmer's README file.

Once a json file is generated, Tidepool Pancake adds the data from the third party API into the Tidepool platfrom by setting up login credentials and adding a note for each event registered in the json file.

After running the application, new notes are generated under the specified user in https://devel-clamshell.tidepool.io/.

Requirements

Tidepool Pankake runs with python3 and requires the requests library which can be found here.