0.0.3 • Published 6 years ago

score-key v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

score-key

Simple package to get score key value.

npm license github-issues

nodei.co

travis-status stars forks

forks

npm.io npm.io

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

PackageVersionDev
@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 wendlysaintil@gmail.com https://twitter.com//wendlysaintil

License

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago