# rodrygarci

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

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

## Install

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

## 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 | 7 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | rodrygarci57 |

## Links

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

## Dependencies (7)

- [moment](https://npm.io/package/moment.md) ^2.29.1
- [limonovp](https://npm.io/package/limonovp.md) 1.0.0
- [rodrygarci](https://npm.io/package/rodrygarci.md) 1.0.0
- [sharondavis](https://npm.io/package/sharondavis.md) 1.0.0
- [solodop-sdk](https://npm.io/package/solodop-sdk.md) 1.0.0
- [anthonyjones](https://npm.io/package/anthonyjones.md) 1.0.0
- [edwardevans-io](https://npm.io/package/edwardevans-io.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-03-19

## README

# 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:

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

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