0.12.3 • Published 7 years ago

wow-armory v0.12.3

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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

0.12.3

7 years ago

0.12.2

7 years ago

0.12.1

7 years ago

0.12.0

7 years ago

0.11.0

7 years ago

0.10.10

8 years ago

0.10.9

8 years ago

0.10.8

8 years ago

0.10.7

8 years ago

0.10.6

8 years ago

0.10.5

8 years ago

0.10.4

8 years ago

0.10.3

8 years ago

0.10.2

8 years ago

0.10.1

8 years ago

0.10.0

8 years ago

0.9.0

8 years ago