/wixoss-fetch

Fetch WIXOSS card data from the official site.

Primary LanguageJavaScript

wixoss-fetch

Fetch WIXOSS card data (html pages, card pictures, and raw data as jsons) from the official site.

Usage

  1. Add ./dist folder as a Chrome App in chrome://extensions/ .

  2. Open the App in chrome://apps/ .

  3. In console, run fetchRange(from, to). from and to are integer card ids.

dev

npm install
npm run build