score-key
v0.0.3
Published
Simple package to get score key value.
Downloads
3
Readme
score-key
Simple package to get score key value.
Features
- Parse text with chords
Usage
import {getKey} require('score-key');
console.log(getFlatKey(1));
console.log(getKey(1)); // One Flat
// F
console.log(getSharpKey(1));
console.log(getKey(0, 1)); // Or one Sharp
// G
Install
npm install --save score-key
Scripts
- npm run build :
rm -rf dist && tsc
- npm run test :
mocha ./dist/test/*.js
Dependencies
Package | Version | Dev --- |:---:|:---: @types/chai | ^4.1.3 | ✔ @types/mocha | ^5.2.2 | ✔ @types/node | ^10.3.2 | ✔ chai | ^4.1.2 | ✔ mocha | ^5.2.0 | ✔ pythonic | ^1.0.1 | ✔
Contributing
Contributions welcome; Please submit all pull requests against the master branch. If your pull request contains TypeScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!
Author
Wendly Saintil [email protected] https://twitter.com//wendlysaintil
License
- MIT : http://opensource.org/licenses/MIT