suncalc icon indicating copy to clipboard operation
suncalc copied to clipboard

added moon transits calculations

Open JWebCoder opened this issue 9 years ago • 3 comments

I've added the possibility to calculate the moon transits.

var transits = suncalc.moonTransit(moonrise, moonset, lat, lng);

transits will be equal to an object like: {main: {date}, invert: {date}}

The quantity of differences are because i've executed a little bit of jslint agains the file.

JWebCoder avatar Feb 03 '16 14:02 JWebCoder

Can you bring back the original formatting? I don't see the actual diff.

mourner avatar Feb 03 '16 16:02 mourner

I've restored the original format.

JWebCoder avatar Feb 03 '16 16:02 JWebCoder

published a new version which include this as https://github.com/Hypnos3/suncalc3

Hypnos3 avatar Mar 13 '22 21:03 Hypnos3