The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. - Wikipedia
- start a pomodoro
- query the state of a pomodoro
- stop a pomodoro
API consumers start and stop Pomodoros - it is their responsibility to stop a pomodoro at the appropriate time.
- JSON over HTTP
- GET /
- POST /start
- GET /state?id=<pomodoro_id>
- PUT /stop { id: <pomodoro_id> }
- Node.js
- TypeScript
Postgres SQL Database