Skip to content

Commit e4864df

Browse files
committed
readme updates
1 parent 123e8de commit e4864df

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
**cli-surf** is a real-time ocean data and surf forecasting tool for the command line.
1111

1212
- Live wave height, swell direction, period, UV index, wind, and more
13+
- Real-time tide level with direction indicator and next tide extreme (via NOAA)
14+
- Sea surface temperature
1315
- Forecasts up to 7 days out
1416
- Use as a CLI tool (`surf`) or query via HTTP API / browser
15-
- Optional GPT-powered surf reports
17+
- Optional GPT-powered surf reports (includes tide and sea temp context)
1618
- Supports metric and imperial units, custom colors, and JSON output
1719

1820
Inspired by [wttr.in](https://github.com/chubin/wttr.in) · [Documentation](https://ryansurf.github.io/cli-surf/) · [Discord](https://discord.gg/He2UpxRuJP)
@@ -73,12 +75,14 @@ Location: San Diego
7375
7476
.-``'.
7577
.` .`
76-
_.-' '._
78+
_.-' '._
7779
7880
UV index: 6.4
7981
Wave Height: 3.9
8082
Wave Direction: 238.0
8183
Wave Period: 9.8
84+
Sea Surface Temp: 64.8
85+
Tide: 3.2 ft ↑ | Next High: 5.1 ft @ 14:30 UTC
8286
8387
```
8488

@@ -123,6 +127,7 @@ curl localhost:8000/help
123127
| `hide_direction` | `hdir` | Hide swell direction |
124128
| `hide_period` | `hp` | Hide swell period |
125129
| `hide_uv` | `huv` | Hide UV index |
130+
| `hide_tide` | `ht` | Hide tide level and next extreme (shown by default, requires US coastal location) |
126131
| `show_air_temp` | `sat` | Show air temperature |
127132
| `show_wind_speed` | `sws` | Show wind speed |
128133
| `show_wind_direction` | `swd` | Show wind direction |

0 commit comments

Comments
 (0)