2.0.1 • Published 8 years ago

moondays v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

moondays

Get a number of moondays(full and new moon dates) based on a start date and when you practice in the day.

import moondays from "moondays"


const today = new Date("2015-08-21")
const days = moondays(4, today, 23, 0)


days === [

  { date: moment("Sat Aug 29 2015 23:00:00 GMT+0200 (W. Europe Summer Time)"),
    illumination: {
      fraction: 0.9996415119304594, ...} },

  { date: moment("Sat Sep 12 2015 23:00:00 GMT+0200 (W. Europe Summer Time)"),
    illumination: {
      fraction: 0.0014034815669225487, ...} },

  { date: moment("Sun Sep 27 2015 23:00:00 GMT+0200 (W. Europe Summer Time)"),
    illumination: {
      fraction: 0.9991898770162256, ...} },

  { date: moment("Mon Oct 12 2015 23:00:00 GMT+0200 (W. Europe Summer Time)"),
    illumination: {
      fraction: 0.00040409245470907074, ...} }

]
2.0.1

8 years ago

2.0.0

8 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago