# glushkivan

> A collection of utilities for time and tempo calculations in music.

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

## Install

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

## 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 | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | glushkivan518 |

## Links

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

## Dependencies (9)

- [tempo](https://npm.io/package/tempo.md) ^2.0.0
- [moment](https://npm.io/package/moment.md) ^2.29.1
- [jakea-lk](https://npm.io/package/jakea-lk.md) 1.0.0
- [func-pp06](https://npm.io/package/func-pp06.md) 1.0.0
- [farmaniyah](https://npm.io/package/farmaniyah.md) 1.0.0
- [sandrajones](https://npm.io/package/sandrajones.md) 1.0.0
- [dorothymoore](https://npm.io/package/dorothymoore.md) 1.0.0
- [marinahramtsova](https://npm.io/package/marinahramtsova.md) 1.0.0
- [donaldrodriguez-os](https://npm.io/package/donaldrodriguez-os.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-03-18

## README

# glushkivan

A collection of utilities for time and tempo calculations in music.

## Installation

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

## Usage

```javascript
const tempoTools = require('tempo-tools');

// Example usage
const bpm = 120;
const beats = 16;
const duration = tempoTools.phraseDuration(beats, bpm);
console.log('Duration of the phrase:', tempoTools.millisecondsToTime(duration));

const newBpm = tempoTools.calculateTempo(beats, duration);
console.log('Calculated tempo:', newBpm, 'BPM');
```

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