Compare commits

..

2 commits

Author SHA1 Message Date
b141bbb6ba 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:12:16 +02:00
c916b3279f feat: update module path to new repository location
- change module path from GoTomato to git.smsvc.net/pomodoro/GoTomato

🤖
2024-10-19 10:12:16 +02:00

View file

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