Eot
A binary that will compute sunrise and sunset for a given location and date.
Installation
$ gem install eot
This should install celes and equationoftime gems also.
Usage
$ eot 0.0 0.0 YYYY-MM-DD
$ eot
"eot +-your latitude as float +-your longitude as float a date as yyyy-mm-nn"
Contributing
- Fork it ( https://github.com/[my-github-username]/eot/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request