Gives a quick way to find the logs given a Raider IO URL. Especially useful at quickly finding out people's Mythic+ damage parses.
- You already have
yarn
& Node.js version 18 or higher installed. If not, I recommend nvm for macOS & nvm4w for Windows. - You know what Warcraft Logs is, and you understand the importance of seeing applicant's logs before inviting them to your group.
- Clone the repository.
- Run
yarn install
to install the dependencies. - Run
yarn build
to build the application. - Run
npx serve -s build
to serve the production build. Your npx might ask if you want to installserve@some-version
; typey
to proceed. - Your terminal should tell you where the application is served. Usually it's http://localhost:3000.
- In game, copy the applicant's Raider.IO URL.
- Paste the URL in the input field.
- Use the mouse middle button to click on both buttons, so you can see both their current Mythic+ season's damage, and the latest raid tier damage.
If you'd like to modify the application, follow these steps:
- Run
yarn start
to start the development server. - Run
yarn test
to run the tests.