A tool for tracking WoW gear goals for the season.
| .direnv | ||
| public | ||
| scripts | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| eslint.config.js | ||
| flake.lock | ||
| flake.nix | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
WoW Gear Finder
A simple app for tracking what gear you have and so seeing what gear you might still get as upgrades.
Currently all data is stored locally in your browser. There is no server-side data.
Running the app
npm run dev
Downloading Item Data
Item data is fetched from Wowhead APIs. You will need to get the item IDs from somewhere though, e.g. Wowhead searches. Then there is a script that will download the data and format it into ./fetched-items.json
For example, to fetch items 237680 and 237681 and mark their source as "Tier" you would run:
npm run fetch-items "Tier" 237680 237681