这是indexloc提供的服务,不要输入任何密码
Skip to content

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

License

Notifications You must be signed in to change notification settings

mesutcelik/moondays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published