mayankagnihotri7 / data-crawler

IMDB data scrapper for scrapping the top 100 movies from the website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-crawler

Getting started

  • Clone the repo using 'https://github.com/maxagno3/data-crawler.git'.
  • Install the dependencies by going into respective folders using 'yarn install' or if you don't have yarn installed on your machine then delete the package-lock.json from the respective folders and install dependencies using 'npm i' or 'npm install'.
  • Start the server by going into the client or server folder or both and use 'yarn start' or 'npm start'.

Routes

Movie list can be seen on http://localhost:3000/
Route for the API is http://localhost:4000/
For Scrapping data from IMDB's website, you can enter http://localhost:4000/movie url on the browser, it will scrape data of 100 top movies and will save it into a JSON file.

Library Used

Developer

Mayank Agnihotri

About

IMDB data scrapper for scrapping the top 100 movies from the website.


Languages

Language:CSS 99.7%Language:JavaScript 0.2%Language:HTML 0.1%