wixoss-fetch/README.md
2016-10-17 00:45:33 +08:00

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
```