Commit graph

5 commits

Author SHA1 Message Date
Winni Neessen a51644fbb6
Remove redundant package comment
The comment referencing bindings to the Meteologix/Kachelmann-Wetter weather API was incorrectly placed in the astroinfo.go file. This comment was irrelevant to the respective package and therefore, has been removed for accuracy and clarity.
2023-06-27 19:37:26 +02:00
Winni Neessen 4318599eb0
Replace hardcoded date format with constant
Replace the hardcoded "2006-01-02" date format with the DateFormat constant in both SunsetByDateString and SunriseByDateString functions to ensure consistency and easier future updates.
2023-06-27 16:12:06 +02:00
Winni Neessen fe800b7632
Added sunrise data 2023-05-30 14:29:31 +02:00
Winni Neessen 7ffd3943e0
More astronomical data 2023-05-27 18:41:05 +02:00
Winni Neessen 56b17ffcf3
Implemented astronomical info endpoint and DateTime type 2023-05-27 17:33:41 +02:00