Description:
- A clean UI Web Scraper created using Nodejs and deployed on Heroku.
- Extract title, description, image and other useful data of the desired Website by just the URL.
Go to the site https://web-scraper-sujay.onrender.com it is cloud deployed on herokuapp
- Download/clone the repository
- Make sure node and npm are installed in your machine
- Run
npm install - Run
npm startto start the project.
Just paste the website Url you want to scrape in the input box. ( for example https://www.theguardian.com/uk )
You will see the data scraped now and click on the button on the top left corner to scrape another site
| Color | Hex |
|---|---|
| Color 1 | #0d6efd |
| Color 2 | #F0F0F0 |
| Color 3 | #212529 |




