An open API service indexing awesome lists of open source software.

https://github.com/jojoee/playoff

Tournament Bracket, Group State and etc.
https://github.com/jojoee/playoff

brackets group tournament

Last synced: 6 months ago
JSON representation

Tournament Bracket, Group State and etc.

Awesome Lists containing this project

README

          

# playoff

[![Travis](https://img.shields.io/travis/jojoee/playoff.svg)](https://travis-ci.org/jojoee/playoff)
[![Dependency Status](https://david-dm.org/jojoee/playoff.svg)](https://david-dm.org/jojoee/playoff)
[![Codecov](https://img.shields.io/codecov/c/github/jojoee/playoff.svg)](https://codecov.io/github/jojoee/playoff)
[![Version - npm](https://img.shields.io/npm/v/playoff.svg)](https://www.npmjs.com/package/playoff)
[![License - npm](https://img.shields.io/npm/l/playoff.svg)](http://opensource.org/licenses/MIT) [![Greenkeeper badge](https://badges.greenkeeper.io/jojoee/playoff.svg)](https://greenkeeper.io/)

## Getting Started

1. Install Node.js
2. Install global dep: `npm install -g yarn parcel-bundler`
3. Install dep: `yarn`
4. Start: `parcel ./groupState/index.html --open`

## TODO
- [ ] unit test
- [ ] CI
- [ ] semantic-release
- [ ] test report
- [ ] README.md
- [ ] Add more Node.js version into CI

## Installation and example usage

## Ref
- [Parcel](https://github.com/parcel-bundler/parcel)