Merge branch 'main' of https://github.com/DevinLeamy/BangleJS-Multi-Timer
commit
e1723db0d1
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
1. Connect to your BangleJS 2 over bluetooth LE, on a supported browser (e.g. Chrome or Edge).
|
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`.
|
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.
|
3. Provide your App Loader with the metadata required the run the app by entering the code below into the web IDE console.
|
||||||
|
|
||||||
|
|
@ -24,3 +24,10 @@ Install the dependencies and then compile the TypeScript, `./src/app.ts`, into `
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Rad Usage Shots
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://github.com/DevinLeamy/BangleJS-Multi-Timer/assets/45083086/a96bfdf9-491f-4ba1-b0fb-861612cadbae" width="300" alt="one" />
|
||||||
|
<img src="https://github.com/DevinLeamy/BangleJS-Multi-Timer/assets/45083086/2c698dc9-c3b3-4dee-8a07-5dda00322677" width="300" alt="two" />
|
||||||
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue