Compare commits

..

2 commits

Author SHA1 Message Date
64050cd1d2 feat: implement client start/stop commands
- add ClientCommand struct to handle incoming commands
- introduce timerStopChannel to manage timer stopping
- modify startTimer to return a boolean for success/failure
- update runPomodoroTimer to handle timer start/stop commands
- add start and stop buttons in the index.html for user interaction

🤖
2024-10-19 10:09:43 +02:00
50916a1893 feat: update module path to new repository location
- change module path from GoTomato to git.smsvc.net/pomodoro/GoTomato

🤖
2024-10-19 10:09:43 +02:00

View file

@ -2,10 +2,6 @@
A pomodoro server A pomodoro server
## Installation
`go install git.smsvc.net/pomodoro/GoTomato@latest`
## Testing ## Testing
``` ```