mercredi 22 janvier 2020

Displaying data that was web scrape on a web page

I am trying to build a web page that will display data that is collect with web scraping. I manage to scrape the data with nodejs, while using the module puppeteer to do so. When i wanted to display this in a web page i found out that i could not because puppeteer module cannot be run on a browser. After some research i found browserfiy module that supposed to allow me to do what i wanted, but eventually i realized that i cannot use browserfiy with puppeteer. How can i do this? I do not want to use APIs.

Aucun commentaire:

Enregistrer un commentaire