rodrygarci

1.0.0 • Public • Published

Rodrygarci

Rodrygarci is a Node.js module that provides functionality for lunar phase calculations and celestial events.

Installation

You can install Rodrygarci via npm: npm install rodrygarci

Usage

Here's an example of how to use Lunar Utils in your Node.js application:

const lunarUtils = require('lunar-utils');

const date = new Date(); // Use any date you want
console.log('Moon phase:', lunarUtils.moonPhase(date));
console.log('Is leap year:', lunarUtils.isLeapYear(date.getFullYear()));
console.log('Next lunar eclipse date:', lunarUtils.nextLunarEclipseDate(date));

Readme

Keywords

none

Package Sidebar

Install

npm i rodrygarci

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.2 kB

Total Files

3

Last publish

Collaborators

  • rodrygarci57