wow-armory

0.12.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i wow-armory

Weekly Downloads

0

Version

0.12.3

License

ISC

Last publish

Collaborators

  • zarux