A library of functions, data and schema for Athletics (i.e. Track and Field)
$ npm install --save athlibPlease note that this library is a work in progress and the functionality will be extended and changed without notice until a stable version can be released.
varathlib=require('athlib');console.log(athlib.utils.normalizeGender('Male'))// == 'm'Mocha is used for unit testing. Run the following command to run all test and generate the lcov report
$npmtestor if you have mocha installed globally
$npminstall--globalmocha$mochaESLint is used for code quality standards.
Install globally
$npminstall-geslintthen run
$eslint./Apache-2.0 © benjamintoomer