A simple nodejs implementation of IMDB crawler. Given an IMDB movie page, this crawler can retrieve the movie title, release date, and rating.
https://scotch.io/tutorials/scraping-the-web-with-node-js
To setup the required libraries, in the project root,run
npm install
Example:
node server.js https://scotch.io/tutorials/scraping-the-web-with-node-js
curl http://localhost:8081/scrape