All Projects → WoWAnalyzer → Wowanalyzer

WoWAnalyzer / Wowanalyzer

Licence: agpl-3.0
WoWAnalyzer is a tool to help you analyze and improve your World of Warcraft raiding performance through various relevant metrics and gameplay suggestions.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Wowanalyzer

Azerothcore Wotlk
Complete Open Source and Modular solution for MMO
Stars: ✭ 1,330 (+258.49%)
Mutual labels:  hacktoberfest, world-of-warcraft, wow
strongbox
a World of Warcraft Addon Manager aimed at Linux players
Stars: ✭ 131 (-64.69%)
Mutual labels:  wow, world-of-warcraft
AzeriteUI
Custom user interface suite for WoW. Design and code by Lars Norberg and Daniel Troconis.
Stars: ✭ 0 (-100%)
Mutual labels:  wow, world-of-warcraft
hearthstone-card-images
(Archived, see below) Hearthstone card image repository
Stars: ✭ 63 (-83.02%)
Mutual labels:  wow, world-of-warcraft
wowa
WoW addon manager, world of warcraft, addon, lua, command line, cli
Stars: ✭ 58 (-84.37%)
Mutual labels:  wow, world-of-warcraft
AdvancedInterfaceOptions
WoW Addon that restores access to removed interface options in Legion
Stars: ✭ 43 (-88.41%)
Mutual labels:  wow, world-of-warcraft
Unused Scanner
Detect unused composer dependencies
Stars: ✭ 363 (-2.16%)
Mutual labels:  hacktoberfest, analyzer
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (+467.92%)
Mutual labels:  hacktoberfest, log
why-I-hate-wow-private-servers
Reasons why most of WoW private servers sucks
Stars: ✭ 55 (-85.18%)
Mutual labels:  wow, world-of-warcraft
WoWHead-PHP-Extractors
Compare your database with WoWHead and find missing data
Stars: ✭ 14 (-96.23%)
Mutual labels:  wow, world-of-warcraft
Rarity
Collectibles and statistics tracking addon for World of Warcraft: Shadowlands
Stars: ✭ 27 (-92.72%)
Mutual labels:  wow, world-of-warcraft
FieldGuide
A World of Warcraft: Classic addon for displaying visually when you will learn certain spells.
Stars: ✭ 14 (-96.23%)
Mutual labels:  wow, world-of-warcraft
Matomo
Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!
Stars: ✭ 15,711 (+4134.77%)
Mutual labels:  hacktoberfest, log
DBM-Retail
The ultimate encounter helper (for Retail) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.
Stars: ✭ 194 (-47.71%)
Mutual labels:  wow, world-of-warcraft
Discordchatexporter
Exports Discord chat logs to a file
Stars: ✭ 3,198 (+761.99%)
Mutual labels:  hacktoberfest, log
Cell
A World of Warcraft raid frame addon.
Stars: ✭ 21 (-94.34%)
Mutual labels:  wow, world-of-warcraft
Rhit
A nginx log explorer
Stars: ✭ 231 (-37.74%)
Mutual labels:  log, analyzer
Elasticsearch Analysis Openkoreantext
Korean analysis plugin that integrates open-korean-text module into elasticsearch.
Stars: ✭ 101 (-72.78%)
Mutual labels:  hacktoberfest, analyzer
discord-wow-armory-bot
⚔️🗡️ World of Warcraft bot for Discord which checks a characters item level, notable achievements and pve/pvp progression and posts it in the chat.
Stars: ✭ 31 (-91.64%)
Mutual labels:  wow, world-of-warcraft
Arcemu
World Of Warcraft 3.3.5a server package
Stars: ✭ 281 (-24.26%)
Mutual labels:  world-of-warcraft, wow

WoWAnalyzer

WoWAnalyzer is a tool to help you analyze and improve your World of Warcraft raiding performance through various relevant metrics and gameplay suggestions.

https://wowanalyzer.com

New to Open Source?

This guide is an excellent introduction and explains all the jargon we may use: https://medium.com/clarifai-champions/99-pr-oblems-a-beginners-guide-to-open-source-abc1b867385a

If you ever get stuck or want to have a chat, join us on our Discord server. We love to hear what you're (going to be) working on!

Our docs aren't very good, but we have a really fun and helpful developer community on Discord. So please consider joining and reaching out if you need help. Be bold!

Getting started

First make sure you have the following:

Now you need to pull a copy of the codebase onto your computer. Make a fork of the repo by clicking the Fork button at the top of this page. Next, click the green button Clone or download and copy your Clone with HTTPS URL, and then run the command git clone <paste link>. This will take a minute.

When cloning finishes, open a command window to the source and run the command yarn. This will take a minute or two the first time. While it's running, copy the .env.local.example file in the project root, and name it .env.local. Now you need to fill the WCL API key. To get your key, login to Warcraft Logs and go to your profile. Scroll to the bottom, enter an Application Name (this is required) and copy the public key, then replace INSERT_YOUR_OWN_API_KEY_HERE in .env.local with this key.

Optionally if you're on a bash compatible machine, you can run scripts/setup for an interactive setup of this application.

Once all that's done you're ready to fire up the development server! Just run the command yarn start in the project root. The first start will take another minute.

Docker Alternatively there's a Docker container available so you don't have to install any software other than Git (and your IDE with its dependencies which likely includes Node.js). Follow the above steps, skipping all `yarn` commands, and then fire up the Docker container with docker-compose up dev (first start might take a few minutes). Just like the regular development environment it will automatically recompile your code and refresh your browser whenever you make changes to the code so long as it is running. The app will be available at http://localhost:3000/.

Troubleshooting

If you are getting Error: Invalid key specified, ensure your key is correct in .env.local and restart yarn start after changing the file so the new value is loaded (.env files are cached).

If you are getting an error about a missing module or library you might have to update your dependencies. Run yarn install or docker-compose build dev if you're using the Docker container. Make sure there's no running yarn start or yarn test when you do as they might lock files.

Contributing

See the contributing guidelines for further information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].