Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 465 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 465 Bytes

Simple-Crawler

A simple nodejs implementation of IMDB crawler. Given an IMDB movie page, this crawler can retrieve the movie title, release date, and rating.

Reference

https://scotch.io/tutorials/scraping-the-web-with-node-js

Installing

To setup the required libraries, in the project root,run

npm install

Running

Example:

node server.js https://scotch.io/tutorials/scraping-the-web-with-node-js
curl http://localhost:8081/scrape