1
0
Fork 0
fitbit-health-overlay-test/app/index.js

7 lines
212 B
JavaScript

import document from "document";
import * as healthOverlay from "healthOverlay.js"
console.log("App Started");
healthOverlay.init();
healthOverlay.continuousUpdate(1000); // update every 2 seconds while visible