Skip to content

leereborn/Simple-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple nodejs implementation of IMDB crawler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published