vamshi9666 / node-web-scraper

Code for the tutorial: Scraping the Web With Node.js by @kukicado

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code for the tutorial: Scraping the Web With Node.js by @kukicado

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


Languages

Language:JavaScript 100.0%