Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brewk/wowspreadsheet
- Owner: brewk
- License: gpl-3.0
- Created: 2015-02-01T21:30:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T00:42:27.000Z (4 months ago)
- Last Synced: 2024-09-13T13:18:34.619Z (4 months ago)
- Topics: googledocs, raids, spreadsheet, worldofwarcraft
- Language: JavaScript
- Homepage: http://bruk.org/wow
- Size: 833 KB
- Stars: 46
- Watchers: 12
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
````