Homebrew formula for installing neaps, a command line interface for tide predictions.
brew install openwatersio/tap/neapsOr add the tap first:
brew tap openwatersio/tap
brew install neapsSearch for tide prediction stations:
neaps stations "san francisco"Get predicted high and low tides:
neaps extremes --station noaa/9414290Get a water level timeline with an ASCII chart:
neaps timeline --station noaa/9414290Start the REST API server locally:
neaps serveSee neaps --help or the full documentation for all commands and options.
If you prefer not to use Homebrew:
# Shell script (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/openwatersio/neaps/main/install.sh | sh
# npm
npm install -g @neaps/cliPre-built binaries are also available on the GitHub Releases page.
MIT