mirror of https://github.com/espruino/BangleApps
Merge pull request #2666 from elykittytee/master
Created Encouragement & Positivity watchfacepull/2678/head
commit
ae8b227d21
|
@ -1 +1 @@
|
|||
require("heatshrink").decompress(atob("j0ewkBiIAxHIQMJiBJEIxAaCAIQfHDgIUFDwwNCHYgVFiAVBHYgIDEghKCCIQGCFYoaDAYgORGIJ2DBwYIBHgQOPgAOIPIYOGAgQOFFgh7DHZQeDBwhoFQgh3JEAgOFFoqkHYRzgOfx4bCJ4gNGSIaJEABA7EAGA"))
|
||||
require("heatshrink").decompress(atob("mEwwMB/4AFgYCB4H//kAAoMAn/w+IFBx8P8fjAoPH4/n4/gg/j8/Px4rB+Pz58ch/wnHzz0wv/+hl5zlhDoOGnOY44FB8cZyOP/1/+OJwcfAoP44OGn4FB/lh5giBAIMz7n/AoP/nf4Aocf/IFDz5YBAoWP+YFD54FFMgIFD84FD84FM/0AApKfDApiaCAAJBCApKyCWgRlBAAWfOIIACj/8Aoc//g/BJ4KTBn4FBBIUfAoIbCx4CBFoUHAQPgDIMhAoOEV4NwVgMOn/4/jdBn8fDILpBUIfwh5TBIAYABA="))
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
0.01: New face :)
|
|
@ -0,0 +1,18 @@
|
|||
# Encouragement & Positivity Clock
|
||||
|
||||
Tap on the watch for a note of encouragement
|
||||
|
||||
## Features
|
||||
|
||||
Pretty backgrounds
|
||||
|
||||
<img width="181" alt="Screenshot 2023-03-28-2" src="https://user-images.githubusercontent.com/44651387/228306964-be0b1d46-aee7-4562-9953-4e461954d41b.png">
|
||||
<img width="181" alt="Screenshot 2023-03-28-1" src="https://user-images.githubusercontent.com/44651387/228306967-768e0315-8652-4043-9c98-ebf0c72fd2a4.png">
|
||||
|
||||
## Requests
|
||||
|
||||
If you have any issues or would like to suggest an encouraging note, please tweet me!
|
||||
|
||||
## Creator
|
||||
|
||||
[Eleanor Tayam](http://twitter.com/elykittytee)
|
|
@ -0,0 +1 @@
|
|||
require("heatshrink").decompress(atob("mEwwMB/4AFgYCB4H//kAAoMAn/w+IFBx8P8fjAoPH4/n4/gg/j8/Px4rB+Pz58ch/wnHzz0wv/+hl5zlhDoOGnOY44FB8cZyOP/1/+OJwcfAoP44OGn4FB/lh5giBAIMz7n/AoP/nf4Aocf/IFDz5YBAoWP+YFD54FFMgIFD84FD84FM/0AApKfDApiaCAAJBCApKyCWgRlBAAWfOIIACj/8Aoc//g/BJ4KTBn4FBBIUfAoIbCx4CBFoUHAQPgDIMhAoOEV4NwVgMOn/4/jdBn8fDILpBUIfwh5TBIAYABA="))
|
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"id": "encourageclk",
|
||||
"name": "Encouragement & Positivity Clock",
|
||||
"shortName":"Encouragement Clock",
|
||||
"version": "0.01",
|
||||
"description": "Tap on the watch for a note of encouragement",
|
||||
"icon": "app.png",
|
||||
"type": "clock",
|
||||
"tags": "clock",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"allow_emulator": true,
|
||||
"readme":"README.md",
|
||||
"storage": [
|
||||
{"name":"encourageclk.app.js","url":"app.js"},
|
||||
{"name":"encourageclk.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in New Issue