Skip to content
#

dropship

Here are 16 public repositories matching this topic...

tobiasmuehl
tobiasmuehl commented Apr 25, 2020

Seeing that there are more features added that need input parameters, I think we should refactor the scrape function as such:

type AliExpressScrapeOptions = {
  puppeteerOptions?: LaunchOptions,
  feedbackLimit?: Number,
  shippingCountryNames?: String[] // should be typed with the list of country codes so it's clear which standard is being used
}

function scrape(productId
good first issue

Improve this page

Add a description, image, and links to the dropship topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dropship topic, visit your repo's landing page and select "manage topics."

Learn more