wow-armory
v0.12.3
Published
Simple interface for the wow armory api
Downloads
36
Readme
wow armory api
A simple interface for the wow armory
Install
npm install wow-armory
Notes
I have not tested everything, if you find any problems/issues/bugs/whatever please open an issue on github and i will try to fix it asap
Example Usage
var armory = require("wow-armory");
armory.set_options({
"region":"eu",
"realm":"bladefist",
"apikey":"xxxxxxxx"
});
armory.character({"name":"Eladurel","fields":["guild"]},function(err,char_data){
armory.guild({"name":char_data.guild.name,"fields":"news"},function(err,guild_data){
console.log(guild_data);
});
});
Documentation
set_options
character
guild
achievement
item
item_set
auction
boss_list
boss
mounts
quest
zone_list
zone
spell
realm_status
recipe
pvp_leaderboard
chl_rlm_leaderboard
chl_rgn_leaderboard
pet_list
pet_abilities
pet_species
pet_species_stats
battlegroups
races
classes
char_achievements
guild_rewards
guild_perks
guild_achievements
item_classes
talents
pet_types