Babybuddy
Read and write Baby Buddy baby-tracking data (feedings, diapers, sleep, pumping, and more) and generate a consolidated daily summary report.
Global Arguments
| Argument | Type | Description |
|---|---|---|
| baseUrl | url | Baby Buddy base URL, e.g. https://baby.example.com |
| token | string | Baby Buddy API token |
| childId? | number | Child ID to operate on; if omitted, the first child is used |
| Argument | Type | Description |
|---|---|---|
| sinceHours | number | How many hours of history to pull (default 168 = 7 days) |
Resources
Consolidated per-day digest (sleep, feedings, diapers, pumping, weight) from the latest sync
Time between consecutive diaper changes with stats, from the latest sync
Daily wet/solid diaper breakdown with color counts, from the latest sync
Daily feeding counts and volume split by breast vs bottle, from the latest sync
Average and total feeding duration per day, from the latest sync
Time between consecutive feedings with stats and recent gaps, from the latest sync
Per-medication dose counts, latest dosage, and average interval, from the latest sync
Daily pumping totals, session counts, and averages, from the latest sync
Daily sleep totals alongside feeding count and volume, from the latest sync
Longest and average consecutive sleep block per day, from the latest sync
Total sleep hours per day with nap vs night breakdown, from the latest sync
All temperature readings over the window in Celsius and Fahrenheit, from the latest sync
Daily tummy-time totals and session counts, from the latest sync
Weight trajectory overlaid with daily feeding volume, from the latest sync
Weight measurements with per-reading and net change, from the latest sync
v2026.07.10.4: timer methods (start/stop/rename/list). stop-timer converts a timer into its feeding/pumping/sleep/tummy-time activity (auto-inferred from the timer name), never silently discarding.
Modified 1 models
v2026.07.10.3: delete-entry/update-entry methods (full CRUD, idempotent delete) + medication and weight-trend reports (15 total).
Modified 1 models. Added 2 reports
v2026.07.10.2: method entry/completion logging + 'babybuddy-reachable' live pre-flight check on all log-* methods (resolves both adversarial-review follow-ups).
Initial release: consolidated Baby Buddy tracker model (sync + 8 log-* methods) and 13 reports.
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned