Nodejs Daemon which will Scrap the IMDB Movie Data and Store it in the form of CSV file.
- Node.js installed
- Make sure you have node.js installed.
- cd to the application root and do
npm install
which installs the dependencies - Do
node .
to start the daemon. - Check root directory to see the scrapped movie data pushed as csv file.