Initial commit
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful

- 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
parent 8776a487f9
commit d45111645c
12 changed files with 353 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
people:
- name: alice
birthtime: 642729600
- name: bob
birthtime: 501465600
- name: charlie
birthtime: 946684800