Files
age-api/go.mod
T
unkinben 1b131f4f28 Initial commit
- REST API for calculating age breakdowns (years, months, weeks, days, hours, minutes, seconds)
- Birthtime configured as Unix timestamps
- Sleeps until next birthday countdown
- Per-person lookup via GET /age/{name}
- Docker and Makefile build support
- Woodpecker CI pipelines
2026-06-27 23:55:29 +10:00

6 lines
60 B
Modula-2

module age-api
go 1.25.10
require gopkg.in/yaml.v3 v3.0.1