/tenniskata

Implementation in JavaScript of the Tennis Kata

Primary LanguageJavaScript

Tennis Match Kata

Just an implementation in JavaScript of this popular Kata

Runs in Node.js and uses mocha for unit tests.

How to install

You'll need to install Node.js and npm and git.

git clone https://github.com/jfresco/tenniskata
cd tenniskata
npm install

Run tests

npm test

How to contribute

Fork this repo and send me your pull requests.