BangleApps/apps/hourstrike/README.md

26 lines
831 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-30 01:49:35 +00:00
- Strike the hour, the half hour, the quarter hour, and more
2021-03-29 20:59:00 +00:00
- Set up a range of hours that clock will strike
2021-03-30 01:49:35 +00:00
- Set up the strength of the strike
2021-03-31 02:07:41 +00:00
- Preview when the next strike will happen
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).