wowspreadsheet icon indicating copy to clipboard operation
wowspreadsheet copied to clipboard

World of Warcraft character tracking spreadsheet for Google Docs

Build Status

wowspreadsheet

World of Warcraft character tracking spreadsheet for Google Docs

Vist the WIKI for help and setup

spreadsheet

Home Page

Keeps track of:

  • class, level, specs, average equipped item level, slot item level
  • audit with number of issues, as well as detailed info about the issues
  • lock outs and progression for all raids, heroic and mythic dungeons
  • weeks active for raids
  • primary profession levels
  • reputations

Main code is within wow.js, you can copy this into a googlespreadsheets script, or copy a template from here:

Template

Contributing

To run the automated checks, install npm. Then, install the project dependencies:

npm install

Finally, run the test command to check for issues with any changes you have made:

npm test