Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/compact/hand-history-converter
- Owner: compact
- License: mit
- Created: 2014-07-21T08:53:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T12:31:32.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T01:25:34.373Z (4 months ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 installgulp 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
```