mikereedell / sunrisesunsetlib-java

Library for computing the sunrise/sunset from GPS coordinates and a date, in Java.
http://mikereedell.github.com/sunrisesunsetlib-java/
Apache License 2.0
299 stars 69 forks source link

Extend interface for sunrise-sunsetlib #1

Closed frogonwheels closed 13 years ago

frogonwheels commented 13 years ago

I've extended the interface slightly to allow returning of a Calendar rather than a string - which I needed for a home-automation project I've been playing with.

//.ichael