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

24 lines
701 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
- Strikes the hour or the half hour
- Set up a quiet time
2021-03-29 03:28:15 +00:00
## Known Issues
1. This app does not know or check whether your clock already chimes on the hour.
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).