2.1.1 • Published 4 years ago

shopify-scrape v2.1.1

Weekly downloads
48
License
-
Repository
-
Last release
4 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

4 years ago

2.1.0

4 years ago

2.0.10

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago