wixoss-fetch/README.md

19 lines
352 B
Markdown
Raw Permalink Normal View History

2016-10-16 14:56:54 +02:00
# wixoss-fetch
Fetch WIXOSS card data (html pages, card pictures, and raw data as jsons) from the official site.
## Usage
2016-10-16 18:45:33 +02:00
1. Add `./dist` folder as a Chrome App in chrome://extensions/ .
2016-10-16 14:56:54 +02:00
2. Open the App in chrome://apps/ .
2016-10-16 18:45:33 +02:00
3. In console, run `fetchRange(from, to)`. `from` and `to` are integer card ids.
## dev
```
npm install
npm run build
```