score-key
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

score-key

Simple package to get score key value.

npm license github-issues

nodei.co

travis-status stars forks

forks

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

License

Readme

Keywords

Package Sidebar

Install

npm i score-key

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

27.5 kB

Total Files

20

Last publish

Collaborators

  • wendly