1
0
Fork 0
BangleApps/apps/hourstrike/README.md

24 lines
745 B
Markdown
Raw Normal View History

2021-03-29 02:34:25 +00:00
# Hour Strike
![icon](app-icon.png)
Time passes too fast!
This app configures your `Bangle.js` so that it buzzes on the hour or on the half hour.
2021-03-29 03:28:15 +00:00
This app is slightly different from [Hour Chime](https://github.com/espruino/BangleApps/tree/master/apps/widchime). `Hour Chimee` runs as a widget but `Hour Strike` runs as a background task, without showing a widget.
2021-03-29 02:34:25 +00:00
## Features
2021-03-29 20:59:00 +00:00
- Strike the hour, the half hour, or the quarter hour
- Set up a range of hours that clock will strike
2021-03-29 02:34:25 +00:00
2021-03-29 03:28:15 +00:00
## Known Issues
2021-03-29 20:59:00 +00:00
- This app does not know or check whether your clock already chimes on the hour.
2021-03-29 03:28:15 +00:00
2021-03-29 02:34:25 +00:00
## Creator
[Weiming Hu](https://weiming-hu.github.io/), using coding from the [Default Alarm](https://github.com/espruino/BangleApps/tree/master/apps/alarm).