HoNClient
wrapper for Heroes of Newerth XML API http://xml.heroesofnewerth.com
Player stats
Get player statistics (Sample attributes)
player = HoN::PlayerStats.new('jhsu')
player.rnk_herokills #=> 390
player.psr #=> 1604
player.mmr #=> 1694
player.tsr #=> 5.07
Credits
Originally by Chris Gillis and reworked by Joseph Hsu