@wca/helpers
Version:
Helpers and class definitions for WCA and WCIF
34 lines (21 loc) • 1.24 kB
Markdown
# WCA Helpers
> Helpers and class definitions for WCA and WCIF
[](https://github.com/thewca/wca-helpers/actions)
[](https://coveralls.io/github/thewca/wca-helpers?branch=master)
[](https://badge.fury.io/js/%40wca%2Fhelpers)
This package contains typescript interfaces for the different classes used in WCIF, as well as a library of helper functions to help you deal with WCA data, such as calculating averages and en/de-coding multi blind results.
## Installation
```sh
npm install @wca/helpers --save
```
## Usage example
## Development setup
## Meta
Distributed under the GPL license. See `LICENSE` for more information.
[https://github.com/thewca/wca-helpers](https://github.com/thewca/wca-helpers)
## Contributing
1. Fork it (<https://github.com/thewca/wca-helpers/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request