mcnoaa-tides/examples/tide-predictions-seattle.json
Ryan Malloy 560a72eaf6 Add README with real API response examples
Every example uses actual NOAA data captured from the live API.
Larger responses linked as JSON files in examples/ directory.
2026-02-21 21:26:57 -07:00

25 lines
463 B
JSON

{
"predictions": [
{
"t": "2026-02-21 00:49",
"v": "2.658",
"type": "L"
},
{
"t": "2026-02-21 07:08",
"v": "12.261",
"type": "H"
},
{
"t": "2026-02-21 13:43",
"v": "1.167",
"type": "L"
},
{
"t": "2026-02-21 19:54",
"v": "9.857",
"type": "H"
}
]
}