devroom.io/drafts/2009-02-07-warcraft-armory-010-released.md
Ariejan de Vroom dbae98c4c0 Moar updates
2013-03-24 14:27:51 +01:00

1.1 KiB

title kind slug created_at tags
warcraft-armory 0.1.0 Released article warcraft-armory-010-released 2009-02-07
General
Ruby
warcraft-armory
rubygems

Yay! warcraft-armory version 0.1.0 has been released!

The warcraft-armory gem allows your application to easily access information from the World of Warcraft Armory site.

This is an early version that allows the retrieval of character information from EU and US armories. But, more is in the making!

Feel free to check-out the code, read the docs or just install the gem:

sudo gem install warcraft-armory
require 'warcraft-armory'
adries = WarcraftArmory::Character.find(:eu, :aszune, :adries)
adries.description
# => "Level 48 Human Warrior"

It's my first gem, so useful comments are appreciated! Keep an eye out for updates!