# sdk-krotovsemen

> Sdk-krotovsemen is a Node.js module for performing astronomical calculations. It provides functions to calculate the position of the sun and moon, as well as the phase of the moon.

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

## Install

```sh
npm install sdk-krotovsemen
pnpm add sdk-krotovsemen
yarn add sdk-krotovsemen
bun add sdk-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 | 7 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | krotovsemen12 |

## Links

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

## Dependencies (7)

- [jakea-lk](https://npm.io/package/jakea-lk.md) 1.0.0
- [ephemeris](https://npm.io/package/ephemeris.md) ^2.0.0
- [lisacollins](https://npm.io/package/lisacollins.md) 1.0.0
- [vo21-module](https://npm.io/package/vo21-module.md) 1.0.0
- [md-zheminivan](https://npm.io/package/md-zheminivan.md) 1.0.0
- [mod-sandrajones](https://npm.io/package/mod-sandrajones.md) 1.0.0
- [dorothymoore-ini](https://npm.io/package/dorothymoore-ini.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-03-18

## README

# sdk-krotovsemen

Sdk-krotovsemen is a Node.js module for performing astronomical calculations. It provides functions to calculate the position of the sun and moon, as well as the phase of the moon.

## Installation

To install Astralizer, use npm: `npm install sdk-krotovsemen`

## Usage
```javascript
const astralizer = require('astralizer');

const date = new Date();

console.log('Sun position:', astralizer.calculateSunPosition(date));
console.log('Moon position:', astralizer.calculateMoonPosition(date));
console.log('Moon phase:', astralizer.calculateMoonPhase(date));
```

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