wow-gear-finder/README.md

640 B

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