Update README.md
parent
894b52fde9
commit
2978f89aee
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### 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`.
|
||||
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 build
|
||||
```
|
||||
|
||||
### Rad Usage Shots
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/DevinLeamy/BangleJS-Multi-Timer/assets/45083086/62843a3f-cd26-46ad-8392-8fdb353383b5" width="300" alt="one" />
|
||||
<img src="https://github.com/DevinLeamy/BangleJS-Multi-Timer/assets/45083086/65497985-dd39-4d9a-b648-d4d1d823be2c" width="300" alt="two" />
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue