2.1.1 • Published 5 years ago

shopify-scrape v2.1.1

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

5 years ago

2.1.0

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago