tournament.js

A tournament plan system which currently supports the harmonic key number system. Feel free to add your system.

Usage no npm install needed!

<script type="module">
  import tournamentJs from 'https://cdn.skypack.dev/tournament.js';
</script>

README

Tournament.js

A tournament plan system which currently supports the harmonic key number system. Feel free to add your system.

Build Status Coverage Status Codacy Badge NPM Version NPM Downloads

Dependencies Development Dependencies

Install

npm install tournament.js;

Test

npm test;

Code coverage

npm run html-cover;

License