borda-vote-counter
v1.1.0
Published
## What?
Downloads
7
Readme
Borda Vote Counter
What?
This small script takes a json file of ballets and determines the winner using the Borda method.
How do I use it?i
npx borda-vote-counter /path/to/votes.json
Format of votes.json
[
[ "OB", "SL" ],
[ "SL", "CL", "OB", "SB" ],
[ "OB", "SL", "SB", "CL", "TR" ],
[ "SL", "SB", "TR", "CL", "OB" ],
[ "OB" ],
[ "OB", "SB", "SL" ],
[ "TR", "CL", "SL", "OB" ],
[ "SB", "CL", "OB" ]
]