You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get the future dates for key events (full moon, half moon etc)? Right now, it seems like the caller would have to get the current position of the moon and then do calculations. If this is a common request, it might be nice to put this functional in the library.
what I'm looking for is a way to get all the full, half moon for a range of dates: ie the current month, next few months
it would be nice if the api could take a range of dates (start and end) and return the key dates
@anuaimi Hi, more like #2 in which a next() and last() was desired.
But you're right in that primary and intermediary phases require a configuration option, sort of discussed in #19.
TypeScript release lays a foundation for a CycleStart option concept, which is ~1.84566173161 offset to determine the event; then, a ~3.69132346322 iteration to the next event.
This is further complicated by requests for anomalistic vs synodic, or 30 vs 31 alternating lunar months where this function intercalation is ~29.5 day lunar month at 12 lunations for accuracy over the next 31,000 years.
Mostly I have zero bandwidth at this time, at capacity with other projects.
But I do intend to circle back here at some point.
Is there a way to get the future dates for key events (full moon, half moon etc)? Right now, it seems like the caller would have to get the current position of the moon and then do calculations. If this is a common request, it might be nice to put this functional in the library.
what I'm looking for is a way to get all the full, half moon for a range of dates: ie the current month, next few months
it would be nice if the api could take a range of dates (start and end) and return the key dates
this issue might be similar to #24
The text was updated successfully, but these errors were encountered: