Coder Social home page Coder Social logo

asa-swim-time-converter's Introduction

ASA Swim time converter

This is a javascript implementation of the published and ASA approved Factor Table conversion method.

Status

Build Status Coverage Status Greenkeeper badge Built with Grunt License: MIT NPM Version NPM Downloads

Getting Started

Include the library in your project. Pass the Stroke, Pool Length From / To and timing. The single function will return the convert time.

Prerequisites

What things you need to install the software and how to install them

None

Installing

Install the library using npm...

npm install --save asa-swim-time-converter

...or, take the library directly from githb

git clone https://github.com/paulcull/asa-swim-time-converter

This library uses supports promises as an option. The getTimePromise function when called returns a promise, allowing you to get on with anything else that you need to. There are no runtime 3rd party dependencies in this library.

Method 1

var getTime = require('asa-swim-time-converter').getTime;

console.log(getTime("50 Free", "25m", "50m", "31.0"))

Method 2

var getTime = require('asa-swim-time-converter').getTimePromise;

getTime("50 Free", "25m", "50m", "31.0").then(function(newTime){
    console.log(newTime);
})
  • Also check the tests and example

Supported Converstion distances

50m
33.33m
25m
20m
36.66y
27.5y
33.33y
25y
20y

Supported Strokes

50 Free
100 Free
200 Free
400 Free
800 Free
1500 Free
50 Breast
100 Breast
200 Breast
50 Fly
100 Fly
200 Fly
50 Back
100 Back
200 Back
200 IM
400 IM

Running the tests

There are a limited number of tests. Several negative tests and a couple of checks on times to convert

npm test

Deployment

Not designed to run stand-alone - this should be used as a libray.

Built With

  • NPM - Dependency Management
  • MOCHA - Test management
  • CHAI - BDD / TDD assertion (including with PROMISES)

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

TODO

These are things that should be done to complete.

  • Reduce / remove external dependancies
  • Add project documentation
  • Add simple example
  • Extend test cases to all strokes / pool lengths
  • Setup travis-ci
  • Add grunt to manage a min step and create a smaller footprint library
  • Introduce dependency monitoring
  • Publish to npm.org

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Paul Cullender - Initial work - paulcull

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • The excellent documentation on the method here made this all possible
  • The very reusable git documents from PurpleBooth

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.