- This project will be a Web Content Aggregator that collects and summarizes content of any website.
- It will fetch the headings, sub headings, and further content of the website and display it in a visually appealing manner.
- It can be used as a summarizer for the web page without actually going through the whole web page.
To run the application follow these steps:
Step 1: Fork the repository. Follow these guidelines to know all about how to fork a repository Forking a Repo
Step 2: Clone the repository. Cloning a Repo
Step 3: Go to Url-Scrapper folder and run
npm install
npm run dev
Step 4: Go to http://localhost:8001
and enter url of the webpage you want to access contents of