d45111645c
- 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
8 lines
131 B
YAML
8 lines
131 B
YAML
people:
|
|
- name: alice
|
|
birthtime: 642729600
|
|
- name: bob
|
|
birthtime: 501465600
|
|
- name: charlie
|
|
birthtime: 946684800
|