Saturday 29 February 2020

What's the best way to go for making to seperate codes work together?

I have written two pieces of code. The first one is fetching newly added products on a website using puppeteer and writes the URL's as a text file in a designated folder using fs. The second code goes to the product page and fetches information as: price, name , product info etc. Whats the best way to make product fetcher use the URL's written by the first piece of code, and fetch the product info?

Submitted February 29, 2020 at 03:57PM by ludwigsterner

No comments:

Post a Comment