Skip to content

Commit

Permalink
Add @lzear's Typescript library votes
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear authored Jun 28, 2023
1 parent 88e5aec commit fe8c441
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ A detailed index of free _(open-source)_ software around preferential voting.
- [Vote-Schulze](#vote-schulze)
- [Python](#python)
- [Javascript / Typescript](#javascript--typescript)
- [votes](#votes)
- [C / C++](#c--c)
- [VoteFair-ranking-cpp](#votefair-ranking-cpp)
- [Java](#java)
Expand Down Expand Up @@ -119,6 +120,12 @@ A detailed index of free _(open-source)_ software around preferential voting.
> *Methods:* ```Schulze```
### Python
### Javascript / Typescript
#### [votes](https://github.com/lzear/votes)
> *Documentation:* [lzear.github.io/votes](https://lzear.github.io/votes/)
> *Methods:* ```Coombs / Copeland's method / FPTP / Instant-runoff / Kemeny–Young / Minimax Condorcet method / Minimax-TD / Nanson / Random candidate / Random dictator / Ranked pairs / Schulze / Smith's method / Maximal lotteries / Randomized Condorcet / Majority Judgements```
>
> npm library written in Typescript.
### C / C++
#### [VoteFair-ranking-cpp](https://github.com/cpsolver/VoteFair-ranking-cpp)
> *Methods:* ```RCIPE (VoteFair Popularity / Representation / Party)```
Expand All @@ -141,4 +148,4 @@ A detailed index of free _(open-source)_ software around preferential voting.

### Random Votes generators

* [Condorcet](#condorcet-1) provides a vote random generator to generate votes *(crypto-safe engine, or predictive randomness with seed and many engines)*. Usage as a PHP API only, no command-line support.
* [Condorcet](#condorcet-1) provides a vote random generator to generate votes *(crypto-safe engine, or predictive randomness with seed and many engines)*. Usage as a PHP API only, no command-line support.

0 comments on commit fe8c441

Please sign in to comment.