jmonteiro / honstats forked from lloydpick/honstats
- Source
- Commits
- Network (3)
- Graphs
-
Branch:
dev
honstats /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Oct 25 17:07:29 -0700 2009 | |
| |
README.rdoc | ||
| |
Rakefile | ||
| |
lib/ | Mon Oct 26 15:43:53 -0700 2009 | |
| |
spec/ | Mon Oct 26 15:36:52 -0700 2009 |
README.rdoc
honstats
Ruby interface for Heroes of Newerth game’s players statistics.
This branch (dev) is a complete rewrite, so expect new ways to request HoN’s statistics.
Code
- Github: github.com/lloydpick/honstats
Getting Started
This is just a simple and very small example about what honstats can do:
>> require 'honstats'
>> HonStats::Character.find_by_nickname("foo").pub_skill
=> "1500"
Copyright
Copyright © 2009 Lloyd Pick. See LICENSE for details.

