2.1.1 • Published 6 years ago

shopify-scrape v2.1.1

Weekly downloads
48
License
-
Repository
-
Last release
6 years ago

Once this package is installed do the following:

  1. Require the package. Something like, const scrape = require("shopify-scraper");
  2. Call the function, and pass in an array of strings as the argument.

Alltogether, it should look like this

const scrape = require("shopify-scraper");

let urlArray = ['https://negativeunderwear.com/collections/bras', 'https://negativeunderwear.com/collections/underwear']

scrape(urlArray)

Enjoy!

2.1.1

6 years ago

2.1.0

6 years ago

2.0.10

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago