Skip to content

thewca/wca-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e8e6ca · Feb 19, 2024

History

75 Commits
Feb 19, 2024
Feb 19, 2024
Feb 19, 2024
Oct 7, 2018
Oct 14, 2022
May 22, 2022
Oct 9, 2018
May 12, 2022
Feb 24, 2023
Feb 19, 2024
Feb 19, 2024
Oct 14, 2018

Repository files navigation

WCA Helpers

Helpers and class definitions for WCA and WCIF

Actions Status Coverage Status npm version

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

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

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