# guitar-theory

> Help guitar players with basic theory questions

Latest version **1.0.2** (published 2019-09-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install guitar-theory
pnpm add guitar-theory
yarn add guitar-theory
bun add guitar-theory
```

## 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.2 |
| Published | 2019-09-02 |
| First published | 2019-09-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Mark Young |
| Maintainers | markyoung58 |

## Links

- npm: https://www.npmjs.com/package/guitar-theory
- Repository: https://github.com/mark-mikrut-org/guitar-theory
- Homepage: https://github.com/mark-mikrut-org/guitar-theory#readme
- Issues: https://github.com/mark-mikrut-org/guitar-theory/issues
- npm.io page: https://npm.io/package/guitar-theory

## Dependencies (1)

- [debug](https://npm.io/package/debug.md) ^4.1.1

## Recent versions

- 1.0.2 (latest) — 2019-09-02
- 1.0.1 — 2019-09-02
- 1.0.0 — 2019-09-02

## README

# guitar-theory

Help guitar players with basic theory questions

## Install

```sh
npm install --save @markyoung58/guitar-theory
```

## API

```
var { fifthOf, getChord } = require('guitar-theory')

fifthOf(key) => string
getChord(key, degree) => string
```

## Example

```js
var {fifthOf, getChord } = require('guitar-theory')

console.log(fifthOf('C')) // 'G'
console.log(getChord('D', 5)) // 'A'
```

## License

ISC

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