0.12.3 • Published 9 years ago
wow-armory v0.12.3
wow armory api
A simple interface for the wow armory
Install
npm install wow-armoryNotes
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_optionscharacterguildachievementitemitem_setauctionboss_listbossmountsquestzone_listzonespellrealm_statusrecipepvp_leaderboardchl_rlm_leaderboardchl_rgn_leaderboardpet_listpet_abilitiespet_speciespet_species_statsbattlegroupsracesclasseschar_achievementsguild_rewardsguild_perksguild_achievementsitem_classestalentspet_types
0.12.3
9 years ago
0.12.2
9 years ago
0.12.1
9 years ago
0.12.0
9 years ago
0.11.0
9 years ago
0.10.10
10 years ago
0.10.9
10 years ago
0.10.8
10 years ago
0.10.7
10 years ago
0.10.6
10 years ago
0.10.5
10 years ago
0.10.4
10 years ago
0.10.3
10 years ago
0.10.2
10 years ago
0.10.1
10 years ago
0.10.0
10 years ago
0.9.0
10 years ago