1.0.1 • Published 1 year ago

poker-eval v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

PokerEvaljs

A JavaScript implementation of Cactus Kev's and Paul Senzee's poker evaluator

Install

This can be installed via NPM registry, by the command below

 $ npm install poker-eval

Usage

Cards should be given in the form [rank, suit], where rank is a string from ["2", "3"...,"J","Q", "K", "A"], and the suit is from ["Clubs","Diamonds", "Hearts","Spades"].

1.0.1

1 year ago

1.0.0

1 year ago