Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devinleamy/banglejs-multi-timer
https://github.com/devinleamy/banglejs-multi-timer
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinleamy/banglejs-multi-timer
- Owner: DevinLeamy
- Created: 2023-10-28T17:30:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T21:49:35.000Z (about 1 year ago)
- Last Synced: 2023-10-29T22:26:51.036Z (about 1 year ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _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.```js
require("Storage").write("mytimer.info", {
id: "multi-timer",
name: "Multi Timer",
src: "mytimer.app.js",
})
```### Build
Install the dependencies and then compile the TypeScript, `./src/app.ts`, into `./src/app.js`.
```bash
npm install
npm run build
```### Rad Usage Shots