mirror of https://github.com/espruino/BangleApps
adding clock type and readme update
parent
b3ba08da48
commit
0ae29feed0
|
@ -44,6 +44,9 @@ Web interface to update weather & scratchpad <br/>
|
|||
- swipe right : start timer
|
||||
- swipe left : stop timer
|
||||
|
||||
## Issues, suggestions and bugtracker
|
||||
<a href="https://github.com/dotgreg/advCasioBangleClock/issues">https://github.com/dotgreg/advCasioBangleClock/issues</a>
|
||||
|
||||
## Code repository (bangle app and web app)
|
||||
<a href="https://github.com/dotgreg/advCasioBangleClock">https://github.com/dotgreg/advCasioBangleClock</a>
|
||||
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
"name": "Advanced Casio Clock",
|
||||
"shortName":"advcasio",
|
||||
"version":"0.01",
|
||||
"description": "An over-engineered clock inspired by Casio watches.",
|
||||
"description": "An over-engineered clock inspired by Casio watches. It has a 4 days weather, asimple swipe timer and a scratchpad",
|
||||
"icon": "app.png",
|
||||
"tags": "clock",
|
||||
"type": "clock",
|
||||
"screenshots": [
|
||||
{ "url": "screenshot-clock.jpg" },
|
||||
{ "url": "screenshot-webapp.jpg" }
|
||||
|
|
Loading…
Reference in New Issue