Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/tournament.js
A tournament plan system
https://github.com/s-a/tournament.js
Last synced: about 5 hours ago
JSON representation
A tournament plan system
- Host: GitHub
- URL: https://github.com/s-a/tournament.js
- Owner: s-a
- Created: 2015-06-10T14:33:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T19:56:30.000Z (over 9 years ago)
- Last Synced: 2024-10-13T11:19:58.851Z (about 1 month ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tournament.js
A tournament plan system which currently supports the harmonic key number system. Feel free to add your system.[![Build Status](https://travis-ci.org/s-a/tournament.js.svg?branch=master)](https://travis-ci.org/s-a/tournament.js)
[![Coverage Status](https://coveralls.io/repos/s-a/tournament.js/badge.svg)](https://coveralls.io/r/s-a/tournament.js)
[![Codacy Badge](https://www.codacy.com/project/badge/08570e9fb7634a91ba8fdb95a1e8a913)](https://www.codacy.com/app/stephanahlf/tournament-js)
[![NPM Version](http://img.shields.io/npm/v/tournament.js.svg?style=flat)](https://www.npmjs.org/package/tournament.js)
[![NPM Downloads](https://img.shields.io/npm/dm/tournament.js.svg?style=flat)](https://www.npmjs.org/package/tournament.js)[![Dependencies](https://img.shields.io/david/s-a/tournament.js.svg)](https://www.npmjs.org/package/tournament.js)
[![Development Dependencies](https://img.shields.io/david/dev/s-a/tournament.js.svg)](https://www.npmjs.org/package/tournament.js)
[![Donate](http://s-a.github.io/donate/donate.svg)](http://s-a.github.io/donate/)## Install
```npm install tournament.js;```## Test
```npm test;```## Code coverage
```npm run html-cover;```## License
[](https://s-a.github.io/license/?license=mit&fullname=Stephan%20Ahlf&year=2015&profile=https://github.com/s-a&projectUrl=https://github.com/s-a/tournament.js&projectName=tournament.js "")
[](https://s-a.github.io/license/?license=gpl-3.0&fullname=Stephan%20Ahlf&year=2015&profile=https://github.com/s-a&projectUrl=https://github.com/s-a/tournament.js&projectName=tournament.js "")