Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

friedmag-warcraft-armory

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

friedmag-warcraft-armory

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

h1. Warcraft Armory

Warcraft Armory allows you to easily query the World of Warcraft Armory site to retrieve information about your character.

Both US and EU servers are supported.

Written by "Ariejan de Vroom":mailto:ariejan@ariejan.net "Andrea Nall":mailto:anall@andreanall.com

Copyright 2008 Ariejan de Vroom, Andrea Nall

h2. Disclaimer

This is the usual dislaimer. I'm not liable when you use this gem. Using it may be against the current (or future) terms of service from Blizzard or WoWarmory.com.

h2. Download and installation

Simply install the RubyGem and require it in your project. If you're on rails, require it in your config/environment.rb.

gem install anall-warcraft-armory --source http://gems.github.com

And require it when you need it:

require 'warcraft-armory'

Add the following to your environment.rb if you want to use Rails 2.1's dependency manager (which is highly recommended):

config.gem "anall-warcraft-armory",
           :lib    => "warcraft-armory",
           :source => "http://gems.github.com"

h2. Usage

character = WarcraftAmory.find(:eu, 'Aszune', 'Nosius')

This will either return a WarcraftCharacter object or nil when not character information was found.

h2. More Information

"Ariejan.net":http://ariejan.net

"Blizzard":http://www.blizzard.com "WoW Armory US":http://www.wowarmory.com "WoW Armory EU":http://eu.wowarmory.com

FAQs

Package last updated on 11 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc