Demo for showing how to scrape data and get backend data to the frontend. This repository is for the video tutorial here
You can run this project on your local machine. Just pull it down and do the following:
- Run the command above to install all the packages
- Now run the server:
npm run start
-
Open http://localhost:8000/results with your browser to see the results of the scrape in your terminal.
-
Finally, open the index.html file in your browser to see the results showing up.