Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 186 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 186 Bytes

JSPokerParser

A Poker Hand History Parser

Installing:

npm install poker-parser

Using:

var handParser = require("poker-parser").handParser;

parsedHand = handParser(handToBeParsed);