https://github.com/brianm/wsf
Washington State Ferry Schedule CLI
https://github.com/brianm/wsf
Last synced: 5 months ago
JSON representation
Washington State Ferry Schedule CLI
- Host: GitHub
- URL: https://github.com/brianm/wsf
- Owner: brianm
- License: apache-2.0
- Created: 2015-06-22T23:47:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T18:00:07.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T23:56:05.955Z (almost 2 years ago)
- Language: Rust
- Homepage:
- Size: 225 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Washington State Ferry Schedules
wsf(1) is a cli tool to display WSF ferry schedules for the rest of the current day.
# Installation
If you are on OS X the easiest way is through [Homebrew](https://brew.sh/):
```sh
$ brew install brianm/tools/wsf
```
# Usage
See [man page](wsf.1.md)
# TODO
* Add eta for next sailings via [vessels api](https://www.wsdot.wa.gov/ferries/api/vessels/documentation/rest.html)