"What key should I use?" is a React application that retrieves information about the Mythic Dungeon Score of a given character in World of Warcraft using the Raider.IO API. It provides a prioritized list of dungeons based on their scores and generates a query to simplify searching with the Premade Group Filter addon in the game.
An example can be found here: https://www.gasparchefdeville.com/wow-tool/
- Retrieve Mythic Dungeon Score data for a WoW character using the Raider.IO API
- Prioritize dungeons based on their scores
- Generate a query to simplify searching with the Premade Group Filter addon in World of Warcraft
To run the tool on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/Gaspar-Cdv/what-key-should-i-use.git
- Navigate to the project directory:
cd what-key-should-i-use
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to access the tool.
- Node.js
- npm
This project utilizes the Raider.IO API to retrieve Mythic Dungeon Score data. You can find more information about the API here.
- World of Warcraft
- React
- Raider.IO API
- Premade Group Filter addon in World of Warcraft
For any questions or feedback, feel free to reach out to me on GitHub: Gaspar-Cdv