warcraft-armory
What
The warcraft-armory gem allows your ruby application to easily access information
from the World of Warcraft Armory site.
Installing
sudo gem install warcraft-armory
The basics
It’s quite easy to find information on any character above level 10 on the Warcraft Armory. See the demonstration below.
Demonstration of usage
require 'warcraft-armory' character = WarcraftArmory::Character.find(:eu, :aszune, :adries) # => <WarcraftArmory::Character> character.name # => "Adries" character.level # => 48 character.full_name # => "Adries the Explorer" character.description # => "Level 48 Human Warrior"
Read the full documentation at http://warcraft-armory.rubyforge.org/rdoc
Forum
You can discuss warcraft-armory on Google Groups.
http://groups.google.com/group/warcraft-armory
How to submit patches
The code is on Github, so feel free to fork an send pull requests if you have anything new.
git clone git://github.com/ariejan/warcraft-armory.git
Build and test instructions
cd warcraft-armory rake spec rake install_gem
License
This code is free to use under the terms of the MIT license.
Contact
Comments are welcome. Send an email to Ariejan de Vroom via the forum
Ariejan de Vroom, 7th February 2009
Theme extended from Paul Battley