Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 469 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 469 Bytes

Betting App

A quick and simple tote betting calculator.

Node.JS requirements

Please ensure your environment runs the following node.js versions >v8.15.0

Getting started

In order to run the application you can run the sample inputs.txt as stdIn with index.js Please run the following command:

yarn
yarn start

Changing bets

In order to change the bets simple modify inputs.txt

Unit tests

To run tests you can simply run yarn test