Go to file
Devin Leamy 8468ca1fa5 Update README 2023-10-28 17:27:45 -04:00
src Testing and upload 2023-10-28 17:22:14 -04:00
.gitignore Initial commit for multi-timer 2023-10-28 13:29:38 -04:00
README.md Update README 2023-10-28 17:27:45 -04:00
env-config.yaml Initial commit for multi-timer 2023-10-28 13:29:38 -04:00
metadata.json Testing and upload 2023-10-28 17:22:14 -04:00
package.json _ 2023-10-28 13:35:17 -04:00
tsconfig.json Initial commit for multi-timer 2023-10-28 13:29:38 -04:00

README.md

BangleJS 2 Multi-Timer

To time multiple things.

Install

  1. Connect to your BangleJS 2 over bluetooth LE, on a supported browser (e.g. Chrome or Edge).
  2. Copy app.js into the web IDE and download in onto your BangleJS 2. Give the file a unique name, say mytimer.app.js.
  3. Provide your App Loader with the metadata required the run the app by entering the code below into the web IDE console.
require("Storage").write("mytimer.info", {
    id: "multi-timer",
    name: "Multi Timer",
    src: "mytimer.app.js",
})