這是一個透過 websocket 方式可以遠端遙控的倒數計時器,也提供簡易的文字訊息提醒功能。
This is a countdown timer that can be remotely controlled via WebSocket and also provides a simple text reminder feature.
- 造訪 https://ra.seangau.xyz
- 自動轉址至隨機字串
- 在其他裝置打開 Viewer 網址
- 在 Sender 開始倒數!
- Visit https://ra.seangau.xyz
- You will be automatically redirected to a random string URL.
- Open the Viewer link on another device.
- Start the timer on the Sender!
- setup enviroment with pipenv (
pipenv sync
) - add
app/config.py
pipenv run fastapi run app