Ce diaporama a bien été signalé.
Le téléchargement de votre SlideShare est en cours. ×

2018-09-15 - Hack the North - Fitbit SDK & Web API Overview

Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité

Consultez-les par la suite

1 sur 24 Publicité

Plus De Contenu Connexe

Plus par Frédéric Harper (20)

Publicité

Plus récents (20)

2018-09-15 - Hack the North - Fitbit SDK & Web API Overview

  1. 1. ● ● ●
  2. 2. <svg> <rect x="0" y="0" width="116" height="100%" fill="blue" /> <rect x="116" y="0" width="116" height="100%" fill="white" /> <rect x="232" y="0" width="116" height="100%" fill="red" /> </svg>
  3. 3. .screen { width: 100%; height: 100%; viewport-fill: lightblue; } .container { width: 60%; height: 60%; x: 20%; y: 20%; } .inner { width: 100%; height: 100%; x: 0; y: 0; fill: red; }
  4. 4. import document from "document"; var demo = document.getElementById("demo"); demo.text = "Demo Text";
  5. 5. ● ●
  6. 6. ● ● ● ● ●
  7. 7. //Resources like CSS, images or GUI files /resources/filename~SCREEN-RESOLUTION.ext //Specific /resources/styles~300x300.css /resources/styles~348x250.css //Fallback /resources/styles.css
  8. 8. //Device API import { me as device } from "device"; //Companion API import { device } from "peer"; //Backward compatibility if (!device.screen) device.screen = { width: 348, height: 250 };
  9. 9. ● ● ●
  10. 10. ● ● ● ● ● ● ● ● ●
  11. 11. { "Activities":[ { "activityId":51007, "activityParentId":90019, "Calories":230, "Description":"7mph", "Distance":2.04, "Duration":1097053, "hasStartTime":true, "isFavorite":true, ...
  12. 12. #made4fitbit

×