Skip to content

fxkk/tideIcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TideIcs

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.

Installation

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

Usage

To use TideIcs, run the following command:

tideIcs tide_data.txt > tide.ics

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages