TideIcs is a Go project to transform tide information into iCalendar format. Tide Data can be obtained from bsh in txt format.
I just created this project for myself, if it can be useful for someone, even better.
To install TideIcs, use go get
:
go install github.com/fxkk/tideIcs
or
version=$(curl https://api.github.com/repos/fxkk/tideIcs/releases/latest -s | jq .name -r)
curl -OL "https://github.com/fxkk/tideIcs/releases/download/${version}/tideIcs_$(uname)_$(uname -m).tar.gz"
tar xzf tideIcs_$(uname)_$(uname -m).tar.gz
chmod u+x tideIcs
./tideTcs --help
To use TideIcs, run the following command:
tideIcs tide_data.txt > tide.ics
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.