squarunblownett

1.0.0 • Public • Published

Squarunblownett

Node.js module for lunar calendar calculations.

Installation

You can install this module via npm: npm install squarunblownett

Usage

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

// Get current lunar date
const currentLunarDate = lunarUtils.getCurrentLunarDate();
console.log('Current Lunar Date:', currentLunarDate);

// Get next full moon date
const nextFullMoonDate = lunarUtils.getNextFullMoonDate();
console.log('Next Full Moon Date:', nextFullMoonDate);

Readme

Keywords

none

Package Sidebar

Install

npm i squarunblownett

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

2.18 kB

Total Files

3

Last publish

Collaborators

  • squarunblownett1971