mirror of
https://github.com/webxoss/wixoss-fetch.git
synced 2024-11-19 21:39:54 +01:00
Fetch WIXOSS card data from the official site.
dist | ||
src | ||
static | ||
.gitignore | ||
gulpfile.js | ||
package.json | ||
README.md |
wixoss-fetch
Fetch WIXOSS card data (html pages, card pictures, and raw data as jsons) from the official site.
Usage
-
Add
./dist
folder as a Chrome App in chrome://extensions/ . -
Open the App in chrome://apps/ .
-
In console, run
fetchRange(from, to)
.from
andto
are integer card ids.
dev
npm install
npm run build