Fetch WIXOSS card data from the official site.
Find a file
2016-10-17 00:50:20 +08:00
dist rebuild with npm & es6 2016-10-17 00:45:33 +08:00
src prefer spaces 2016-10-17 00:50:20 +08:00
static rebuild with npm & es6 2016-10-17 00:45:33 +08:00
.gitignore rebuild with npm & es6 2016-10-17 00:45:33 +08:00
gulpfile.js rebuild with npm & es6 2016-10-17 00:45:33 +08:00
package.json rebuild with npm & es6 2016-10-17 00:45:33 +08:00
README.md rebuild with npm & es6 2016-10-17 00:45:33 +08:00

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