Helpers and class definitions for WCA and WCIF
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.
npm install @wca/helpers --save
Distributed under the GPL license. See LICENSE
for more information.
https://github.com/thewca/wca-helpers
- Fork it (https://github.com/thewca/wca-helpers/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request