# squarunblownett

> Node.js module for lunar calendar calculations.

Latest version **1.0.0** (published 2024-03-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install squarunblownett
pnpm add squarunblownett
yarn add squarunblownett
bun add squarunblownett
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2024-03-19 |
| First published | 2024-03-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | squarunblownett1971 |

## Links

- npm: https://www.npmjs.com/package/squarunblownett
- Repository: https://github.com/squarunblownett1971/squarunblownett
- Homepage: https://github.com/squarunblownett1971/squarunblownett#readme
- Issues: https://github.com/squarunblownett1971/squarunblownett/issues
- npm.io page: https://npm.io/package/squarunblownett

## Dependencies (10)

- [moment](https://npm.io/package/moment.md) ^2.29.1
- [spleef](https://npm.io/package/spleef.md) 1.0.0
- [carolscott](https://npm.io/package/carolscott.md) 1.0.0
- [krotovsemen](https://npm.io/package/krotovsemen.md) 1.0.0
- [grommailpasha](https://npm.io/package/grommailpasha.md) 1.0.0
- [limonovp-mode](https://npm.io/package/limonovp-mode.md) 1.0.0
- [farmaniyah-mod](https://npm.io/package/farmaniyah-mod.md) 1.0.0
- [lunar-calendar](https://npm.io/package/lunar-calendar.md) ^1.0.0
- [marikovmailbory](https://npm.io/package/marikovmailbory.md) 1.0.0
- [christopherlee-bit](https://npm.io/package/christopherlee-bit.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-03-19

## README

# Squarunblownett

Node.js module for lunar calendar calculations.

## Installation

You can install this module via npm: `npm install squarunblownett`

## Usage

```javascript
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);
```

---
_Source: https://npm.io/package/squarunblownett · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
