updating webapp link to github
parent
007344115b
commit
221f1a371b
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
An over-engineered clock inspired by Casio watches.<br/>
|
An over-engineered clock inspired by Casio watches.<br/>
|
||||||
It has a dedicated timer, a scratchpad and can display the weather condition 4 days ahead.<br/>
|
It has a dedicated timer, a scratchpad and can display the weather condition 4 days ahead.<br/>
|
||||||
It uses a custom webapp to update its content.<br/>
|
It uses a <a target="_blank" href="https://dotgreg.github.io/advCasioBangleClock/">custom web app</a> to update its content.<br/>
|
||||||
Forked from the awesome Cassio Watch.<br/>
|
Forked from the awesome Cassio Watch.<br/>
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
@ -30,15 +30,15 @@ Clock:
|
||||||
<img src="https://user-images.githubusercontent.com/2981891/175355586-1dfc0d66-6555-4385-b124-1605fdb71a11.jpg" width="250" />
|
<img src="https://user-images.githubusercontent.com/2981891/175355586-1dfc0d66-6555-4385-b124-1605fdb71a11.jpg" width="250" />
|
||||||
|
|
||||||
Web interface to update weather & scratchpad <br/>
|
Web interface to update weather & scratchpad <br/>
|
||||||
<a href="https://adv-casio-bangle-updater.herokuapp.com/">https://adv-casio-bangle-updater.herokuapp.com/</a>
|
<a target="_blank" ref="https://dotgreg.github.io/advCasioBangleClock/">https://dotgreg.github.io/advCasioBangleClock</a>
|
||||||
|
|
||||||
<img src="https://user-images.githubusercontent.com/2981891/175355578-444315e3-03d8-4d60-a1a9-e8ed7519d52b.jpg" width="250" />
|
<img src="https://user-images.githubusercontent.com/2981891/175355578-444315e3-03d8-4d60-a1a9-e8ed7519d52b.jpg" width="250" />
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
### How to update the tasks list / weather
|
### How to update the tasks list / weather
|
||||||
- you will need a <a href="https://openweathermap.org/price#weather">free openweathermap.org api key</a>.
|
- you will need a <a target="_blank" href="https://openweathermap.org/price#weather">free openweathermap.org api key</a>.
|
||||||
- go to https://adv-casio-bangle-updater.herokuapp.com
|
- go to https://dotgreg.github.io/advCasioBangleClock/
|
||||||
- Alternatively you can install it on your own server/heroku/service/github pages, the web-app code is <a href="https://github.com/dotgreg/advCasioBangleClock/tree/master/web-app">here</a>
|
- Alternatively you can install it on your own server/heroku/service/github pages, the web-app code is <a target="_blank" href="https://github.com/dotgreg/advCasioBangleClock/tree/master/web-app">here</a>
|
||||||
- fill the location and the api key (it will be saved on your browser, no need to do it each time)
|
- fill the location and the api key (it will be saved on your browser, no need to do it each time)
|
||||||
- edit the scratchpad with what you want
|
- edit the scratchpad with what you want
|
||||||
- click on sync
|
- click on sync
|
||||||
|
|
@ -50,14 +50,12 @@ 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
|
## Links
|
||||||
<a href="https://github.com/dotgreg/advCasioBangleClock/issues">https://github.com/dotgreg/advCasioBangleClock/issues</a>
|
### Issues, suggestions and bugtracker
|
||||||
|
<a target="_blank" 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>
|
|
||||||
|
|
||||||
## Creator
|
|
||||||
<a href="https://github.com/dotgreg">https://github.com/dotgreg</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
### Code repository (bangle app and web app)
|
||||||
|
<a target="_blank" href="https://github.com/dotgreg/advCasioBangleClock">https://github.com/dotgreg/advCasioBangleClock</a>
|
||||||
|
|
||||||
|
### Creator
|
||||||
|
<a target="_blank" href="https://github.com/dotgreg">https://github.com/dotgreg</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue