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
This commit is contained in:
2026-06-21 23:24:12 +10:00
commit 1b131f4f28
12 changed files with 355 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module age-api
go 1.25.10
require gopkg.in/yaml.v3 v3.0.1