Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brewk/wowspreadsheet

World of Warcraft character tracking spreadsheet for Google Docs
https://github.com/brewk/wowspreadsheet

googledocs raids spreadsheet worldofwarcraft

Last synced: 3 months ago
JSON representation

World of Warcraft character tracking spreadsheet for Google Docs

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/brewk/wowspreadsheet.svg?branch=master)](https://travis-ci.org/brewk/wowspreadsheet)
# wowspreadsheet
World of Warcraft character tracking spreadsheet for Google Docs

### [Vist the WIKI for help and setup](https://github.com/brewk/wowspreadsheet/wiki)

![spreadsheet](https://bruk.org/wow/images/v2.png "Spreadsheet")

[Home Page](http://bruk.org/wow/)

**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](https://docs.google.com/spreadsheets/u/2/d/1Zn-MDN9XludD4uIMVBsuvL_u6m98wEZV1t4n8lS29c4/template/preview?usp=drive_web&ouid=%7BuserId%7D )

Contributing
---
To run the automated checks, install `npm`. Then, install the project dependencies:
````sh
npm install
````
Finally, run the test command to check for issues with any changes you have made:
````sh
npm test
````