moon-phase

{{ error }}

location

{{ location.city }}, {{ location.state }} {{ location.zip }}

Latitude: {{ location.lat | number:6 }}

Longitude: {{ location.lng | number:6 }}

current date

{{ today | date:'medium' }}

{{ today | date:'yyyy-MM-dd HH:mm:ss Z' }}

the sun

sunrise: {{ times.sunrise | date:'mediumTime' }}

sunset: {{ times.sunset | date:'mediumTime' }}

the moon

illumination: {{ moonInfo.illumination.fraction * 100 | number:1 }}%

moonrise: {{ moonInfo.times.rise | date:'mediumTime' }}

moonset: {{ moonInfo.times.set | date:'mediumTime' }}

location json

{{ location | json }}

suncalc times

{{times | json}}

moon times

{{moonInfo | json}}