npm.io
1.0.2 • Published 7 years ago

guitar-theory

Licence
ISC
Version
1.0.2
Deps
1
Size
6 kB
Vulns
0
Weekly
0

guitar-theory

Help guitar players with basic theory questions

Install

npm install --save @markyoung58/guitar-theory

API

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

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

Example

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

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

License

ISC