Simple web scraper to get a movie name, release year and community rating from IMDB.
- Install dependencies
npm install
- Start the server
node server.js
-
Visit localhost:8080/scrape
-
Check the Output file in the directory.
You can change the URL in the server.js