sr6033 / node-web-scrape

A simple Web Scrapper using 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.


Instructions

  • Install dependencies
npm install
  • Start the server
node server.js
  • Visit localhost:8080/scrape

  • Check the Output file in the directory.

You can change the URL in the server.js

About

A simple Web Scrapper using Node.js

License:MIT License


Languages

Language:JavaScript 100.0%