/wowspreadsheet

World of Warcraft character tracking spreadsheet for Google Docs

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Build Status

wowspreadsheet

World of Warcraft character tracking spreadsheet for Google Docs

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

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

Other sheets

The other files contain code for the other sheets.

Check the Wiki for details!

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