Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/compact/hand-history-converter

Converts raw poker hand histories into a readable format
https://github.com/compact/hand-history-converter

Last synced: 30 days ago
JSON representation

Converts raw poker hand histories into a readable format

Awesome Lists containing this project

README

        

# Hand history converter

[Demo](http://compact.github.io/hand-history-converter/)

## Features

* Supported sites: PokerStars, Full Tilt Poker
* Supported games: Hold'em, Omaha
* Options:
* Hide usernames (label players by their positions instead)
* Bets in bb (rather than currency amounts)

## Development

```
npm install -g bower gulp
gem install compass
npm install
bower install

gulp dev # starts server at localhost:60001 with LiveReload
# QUnit tests at localhost:60001/test/
gulp build # builds to dist/
gulp build-server # starts server at localhost:60002
```