# carolscott

> A Node.js module for carolscott calculations.

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

## Install

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

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

## Links

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

## Dependencies (14)

- [julian](https://npm.io/package/julian.md) ^1.2.0
- [spleef](https://npm.io/package/spleef.md) 1.0.0
- [suncalc](https://npm.io/package/suncalc.md) ^1.8.0
- [loginovy](https://npm.io/package/loginovy.md) 1.0.0
- [limonovp1](https://npm.io/package/limonovp1.md) 1.0.0
- [johnyoung1](https://npm.io/package/johnyoung1.md) 1.0.0
- [ls-arrayv1](https://npm.io/package/ls-arrayv1.md) 1.0.0
- [loginovy-js](https://npm.io/package/loginovy-js.md) 1.0.0
- [johnyoung1-js](https://npm.io/package/johnyoung1-js.md) 1.0.0
- [morozz-string](https://npm.io/package/morozz-string.md) 1.0.0
- [squarunblownett](https://npm.io/package/squarunblownett.md) 1.0.0
- [dorothymoore-ini](https://npm.io/package/dorothymoore-ini.md) 1.0.0
- [tai-array-generator](https://npm.io/package/tai-array-generator.md) 1.0.0
- [grommailpasha-module](https://npm.io/package/grommailpasha-module.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-03-19

## README

# Carolscott

A Node.js module for carolscott calculations.

## Installation

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

## Usage
```javascript
const lunarUtils = require('lunar-utils');

// Get the current lunar phase
const phase = lunarUtils.getLunarPhase(new Date());
console.log("Current lunar phase:", phase);

// Get the current lunar distance
const distance = lunarUtils.getLunarDistance({ lat: 51.5074, lng: 0.1278 }); // London's coordinates
console.log("Current lunar distance:", distance);
```

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