README
JSPokerParser
A Poker Hand History Parser
Installing:
npm install poker-parser
Using:
var handParser = require("poker-parser").handParser;
parsedHand = handParser(handToBeParsed);
Poker Hand History Parser
<script type="module">
import pokerParser from 'https://cdn.skypack.dev/poker-parser';
</script>
A Poker Hand History Parser
Installing:
npm install poker-parser
Using:
var handParser = require("poker-parser").handParser;
parsedHand = handParser(handToBeParsed);