1.0.2 • Published 5 years ago

guitar-theory v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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