allain / chordie

Simple tools for analysing music keys and chords in node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chordie

Simple tools for dealing with music chords

build status

Installation

This module is installed via npm:

$ npm install chordie

Example Usage

const chordie = require('chordie')

chordie.guessKey('C F G') // returns C

About

Simple tools for analysing music keys and chords in node.js

License:Other


Languages

Language:JavaScript 100.0%