Moonphase
Packege MoonPhase allow calculat the phase of Moon, and other related veriables. It's base on php-moon-phase
Usage
Add moonphase-js
dependency:
$ yarn add moonphase-js
Now you can use it:
// index.js 1 const MoonPhase = 2 3 const m = 2018 09 234 5 console
Run it:
$ node index.js96.50252994209721 %
LICENSE
moonphase is released under the MIT License.
Acknowledgments
This package's code and documentation are very closely derived php-moon-phase PHP class for calculating the phase of the Moon created by Samir Shah.