Update README.md

main
DevinLeamy 2023-10-28 17:38:27 -04:00 committed by GitHub
parent 894b52fde9
commit 2978f89aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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 build 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>