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

https://github.com/drarig29/brackets-model

Types to manage tournament brackets
https://github.com/drarig29/brackets-model

bracket tournament-bracket type-definitions typescript

Last synced: 14 days ago
JSON representation

Types to manage tournament brackets

Awesome Lists containing this project

README

        

# brackets-model

[![npm](https://img.shields.io/npm/v/brackets-model.svg)](https://www.npmjs.com/package/brackets-model)

This package contains everything needed to handle tournaments, matches, etc. in an opionated way.

Used by [brackets-manager.js](https://github.com/Drarig29/brackets-manager.js) and [brackets-viewer.js](https://github.com/Drarig29/brackets-viewer.js)

## Disclaimer

This package has no functionality. It's **just type definitions**.

However, it's used by those 2 packages:

- [brackets-manager.js](https://github.com/Drarig29/brackets-manager.js)
- [brackets-viewer.js](https://github.com/Drarig29/brackets-viewer.js)

# Credits

This library has been created to be used by the [Nantarena](https://nantarena.net/).

It has been inspired by:

- [Toornament](https://www.toornament.com/en_US/) (configuration, API and data format)
- [jQuery Bracket](http://www.aropupu.fi/bracket/) (feature examples)