A minimalist tide clock for French harbours. The clock hand shows where you are in the current tidal cycle β no numbers needed.
Live: cletqui.github.io/tide Β· tide.pages.dev
The hand rotates between high tide (12 o'clock) and low tide (6 o'clock), showing elapsed time within the current tidal cycle. The info panel (toggle with βΉοΈ) reveals exact times and tidal coefficient.
Tide data is fetched from data.cybai.re β a personal Cloudflare Worker that scrapes maree.info and caches results for 12 hours.
- Analog clock hand representing the tidal cycle
- Search any French harbour by name
- Dropdown suggestions for ambiguous searches
- PM / BM tide times and tidal coefficient (morte-eau β vive-eau exceptionnelle)
- Dark / light theme (persisted across sessions)
- Fullscreen mode
- Responsive layout
tide/
βββ css/style.css
βββ icons/
βββ js/script.js
βββ index.html
Tide data comes from GET https://data.cybai.re/tide?id={harbourId}.
Response includes last_tide, next_tide, forecast (full week), coeff_label, and a cached flag.
MIT β see LICENSE.