1.1.0 • Published 5 years ago

borda-vote-counter v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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" ]
]
1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago