synced-timer/README.md

31 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2022-05-13 21:06:01 +02:00
<h1 style="align: center;">
2022-05-13 21:02:21 +02:00
Synced-timer
</h1>
2022-05-13 21:06:01 +02:00
<p style="align: center;">
<img src="https://itsblue.dev/dorian/synced-timer/badges/master/pipeline.svg" />
2022-05-13 21:02:21 +02:00
</p>
A simple web-based timer which can be synced to multiple devices. It can be managed via a backend and distributed (for example on big monitors) via an unprotected frontend. It is intended to be used for Bouldering competitions, but can also serve other purposes.
## Features
- Set timer by minutes
- Set a custom header message (May also include emojis)
- Repeat the timer infinitely
- Play a beep sound at one minute and a countdown at the last five seconds
## Screenshots
2022-05-13 21:06:01 +02:00
<table style="align: center;">
2022-05-13 21:02:21 +02:00
<tr>
2022-05-13 21:06:01 +02:00
<td style="align: center;">
<a href="https://itsblue.dev/dorian/synced-timer/-/raw/dev/.media/backend.png">
<img src="https://itsblue.dev/dorian/synced-timer/-/raw/dev/.media/backend.png" />
</a>
2022-05-13 21:02:21 +02:00
</td>
2022-05-13 21:06:01 +02:00
<td style="align: center;">
<a href="https://itsblue.dev/dorian/synced-timer/-/raw/dev/.media/frontend.png">
<img src="https://itsblue.dev/dorian/synced-timer/-/raw/dev/.media/frontend.png" />
</a>
2022-05-13 21:02:21 +02:00
</td>
</tr>
</table>