mirror of
https://github.com/webxoss/wixoss-fetch.git
synced 2024-11-20 05:49:55 +01:00
18 lines
352 B
Markdown
18 lines
352 B
Markdown
# 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
|
|
```
|