synced-timer/README.md

31 lines
1.2 KiB
Markdown

<h1 style="align: center;">
Synced-timer
</h1>
<p style="align: center;">
<img src="https://itsblue.dev/dorian/synced-timer/badges/master/pipeline.svg" />
</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
<table style="align: center;">
<tr>
<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>
</td>
<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>
</td>
</tr>
</table>