Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 318 Bytes

node-web-scraper

Simple web scraper to get a movie name, release year and community rating from IMDB. To run this example use the following commands:

$ npm install
$ node server.js

Then it will start up our node server, navigate to http://localhost:8081/scrape and see what happens.