n8n-nodes-beachday
v1.0.11
Published
Beach Day API for n8n — real-time beach conditions, tides, water quality, and Beach Day Scores™ across 36,000+ beaches in 103 countries
Downloads
1,382
Maintainers
Readme
n8n-nodes-beachday 🌴
Beach Day API integration for n8n — real-time beach conditions, tides, water quality, and Beach Day Scores™ for 36,000+ beaches across 103 countries.
Operations
| Operation | Description | |---|---| | Get Beach Detail | Full conditions: water quality, weather, ocean data, rules, amenities | | Get Beach Conditions | Historical daily snapshots with tide data | | Get Beach Rules | Activity rules (dogs, alcohol, fires, etc.) per beach | | Get Beach Amenities | Lifeguards, restrooms, showers, parking, accessibility | | Get Tide Predictions | Up to 7 days of high/low tide times + heights | | Get Top Scored Beaches | Beaches ranked by Beach Day Score™ (0–100) | | Search Beaches | Find beaches by name, country, or state code | | List Countries | All available countries with beach counts |
Installation
In n8n (recommended)
- Open n8n → Settings → Community Nodes
- Click Install a community node
- Enter
n8n-nodes-beachday - Click Install
Manual
npm install n8n-nodes-beachdaySetup
- Get your API key at beachdayapi.com
- In n8n, create a new Beach Day API credential
- Paste your API key
Example workflows
"Is it a good beach day?" — Get Beach Detail → extract beach_day_score → IF score > 70 → send Slack/email notification.
Daily surf report — Schedule trigger → Search Beaches (country: United States) → Get Tide Predictions for top results → format as message.
