Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.23 KB

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
  • reputations

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

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