p-3 / moondays

Get upcomming moondays. Full and new moons. Great for Yogis. Especially us strict ashtangis :D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, ...} }

]

About

Get upcomming moondays. Full and new moons. Great for Yogis. Especially us strict ashtangis :D

License:MIT License


Languages

Language:JavaScript 100.0%