Skip to content

openwatersio/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Homebrew Tap for Neaps

Homebrew formula for installing neaps, a command line interface for tide predictions.

Install

brew install openwatersio/tap/neaps

Or add the tap first:

brew tap openwatersio/tap
brew install neaps

Usage

Search for tide prediction stations:

neaps stations "san francisco"

Get predicted high and low tides:

neaps extremes --station noaa/9414290

Get a water level timeline with an ASCII chart:

neaps timeline --station noaa/9414290

Start the REST API server locally:

neaps serve

See neaps --help or the full documentation for all commands and options.

Other install methods

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/cli

Pre-built binaries are also available on the GitHub Releases page.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages