A Pomodoro Server
Find a file
Sebastian Mark b46d2469d3 feat: update variable and function name for started pomodoro
- change variable name from pomodoroRunning to pomodoroOngoing
- update function name from IsPomodoroRunning to IsPomodoroOngoing
- modify client command checks to use IsPomodoroActive instead of IsPomodoroRunning

🤖
2024-10-20 18:16:38 +02:00
cmd/server feat: add CLI flags to app 2024-10-20 14:55:02 +02:00
internal feat: update variable and function name for started pomodoro 2024-10-20 18:16:38 +02:00
pkg/models feat: add CLI flags to app 2024-10-20 14:55:02 +02:00
Dockerfile feat: add Dockerfile for GoTomato 2024-10-19 17:13:15 +02:00
go.mod feat(server): restructure Pomodoro server into modular components 2024-10-19 16:49:09 +02:00
go.sum Genesis 2024-10-19 16:49:09 +02:00
GoTomato.go feat: (re)add GoTomato.go 2024-10-19 16:49:09 +02:00
index.html break: change the "stop" command to "reset" 2024-10-20 10:03:29 +02:00
README.md feat: add CLI flags to app 2024-10-20 14:55:02 +02:00

GoTomato

A pomodoro server written in Go

Installation

go install git.smsvc.net/pomodoro/GoTomato@latest

Usage

See GoTomato --help for Parameters

Testing

docker run --rm -d --name pomodoro-client -v $PWD:/usr/share/nginx/html/ -p 8081:80 nginx
go run .

open http://localhost:8081