This project involves building a web scraper to extract data from web pages. The scraper fetches and processes HTML and displayed on the client side.
Clone the Repository:
git clone https://github.com/Amalkrishnanvp/Web-Scraper.git
Navigate to the project directory
cd "Web Scraper"
Install Dependencies:
npm install
Run the project
node app.js
Open your web browser and go to http://localhost:1000
Here’s an overview of the project structure for the Movie Search Application:
Web Scraper/
│
├── public/
│ ├── javascripts/
│ │ └── main.js # JavaScript file for client-side functionality
│ └── stylesheets/
│ └── style.css # CSS file for styling
│
├── routes/
│ ├── data.js # Route handling for getting string data
│ └── index.js # Route handling for index
│
├── src/
│ └── input.css # Additional CSS file for styling
│
├── views/
│ ├── index.hbs # Handlebars template for the index page
│ └── layout.hbs # Handlebars layout template
│
├── app.js # Main application file
└── README.md # Project documentation
Feel free to submit issues or pull requests if you have suggestions or improvements.
This project is licensed under the MIT License..
For questions or feedback, reach out to [email protected].