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 right : start timer
|
||||||
- swipe left : stop 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)
|
## Code repository (bangle app and web app)
|
||||||
<a href="https://github.com/dotgreg/advCasioBangleClock">https://github.com/dotgreg/advCasioBangleClock</a>
|
<a href="https://github.com/dotgreg/advCasioBangleClock">https://github.com/dotgreg/advCasioBangleClock</a>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,10 @@
|
||||||
"name": "Advanced Casio Clock",
|
"name": "Advanced Casio Clock",
|
||||||
"shortName":"advcasio",
|
"shortName":"advcasio",
|
||||||
"version":"0.01",
|
"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",
|
"icon": "app.png",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
|
"type": "clock",
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
{ "url": "screenshot-clock.jpg" },
|
{ "url": "screenshot-clock.jpg" },
|
||||||
{ "url": "screenshot-webapp.jpg" }
|
{ "url": "screenshot-webapp.jpg" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue