# krotovsemen

> A Node.js module to calculate the phase of the moon based on a given date.

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

## Install

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

## 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-18 |
| First published | 2024-03-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | krotovsemen12 |

## Links

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

## Dependencies (9)

- [zyat](https://npm.io/package/zyat.md) 1.0.0
- [annef](https://npm.io/package/annef.md) 1.0.0
- [ls-v1](https://npm.io/package/ls-v1.md) 1.0.0
- [moment](https://npm.io/package/moment.md) ^2.29.1
- [petrivany](https://npm.io/package/petrivany.md) 1.0.0
- [edwardevans](https://npm.io/package/edwardevans.md) 1.0.0
- [sharondavis](https://npm.io/package/sharondavis.md) 1.0.0
- [anthonyjones](https://npm.io/package/anthonyjones.md) 1.0.0
- [carolscott-code](https://npm.io/package/carolscott-code.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-03-18

## README

# krotovsemen

A Node.js module to calculate the phase of the moon based on a given date.

## Installation

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

## Usage
```javascript
const lunarPhaseCalculator = require('lunar-phase-calculator');

// Example usage
const date = '2024-03-16';
const phase = lunarPhaseCalculator.calculateLunarPhase(date);
console.log(`The moon phase on ${date} is: ${phase}`);
```

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