Last updated

warcraft-armory 0.1.0 Released

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:

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

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