Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 654 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 654 Bytes

WebScraper-nodejs

Demo for showing how to scrape data and get backend data to the frontend. This repository is for the video tutorial here

To run this project

You can run this project on your local machine. Just pull it down and do the following:

npm i

  1. Run the command above to install all the packages

Start the Project

  1. Now run the server:
npm run start
  1. Open http://localhost:8000/results with your browser to see the results of the scrape in your terminal.

  2. Finally, open the index.html file in your browser to see the results showing up.