What key should I use?

Description

"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/

Features

  • 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

Getting Started

To run the tool on your local machine, follow these steps:

  1. Clone the repository:
git clone https://github.com/Gaspar-Cdv/what-key-should-i-use.git
  1. Navigate to the project directory:
cd what-key-should-i-use
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and visit http://localhost:3000 to access the tool.

Requirements

  • Node.js
  • npm

API

This project utilizes the Raider.IO API to retrieve Mythic Dungeon Score data. You can find more information about the API here.

Acknowledgments

Contact

For any questions or feedback, feel free to reach out to me on GitHub: Gaspar-Cdv