Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.88 KB

README.md

File metadata and controls

65 lines (44 loc) · 1.88 KB

Udemy Project: IMDB-Scraper

This is a hands-on project from the Udemy course - Learn Web Scraping with NodeJs - The Crash Course by Grohs Fabian.

Features

  • Request with header to get movie information.
  • Save the movie information to file in csv/json format.
  • Download the poster images each movie.

Technologies

Check package.json file for more information.

Getting Started

Follow the instructions below to set up the environment and run this project on your local machine.

  1. Clone this repository.
# Clone repository
$ git clone https://github.com/Hsins/udemy_IMDB-Scraper.git
  1. Install dependencies via NPM or Yarn
# Install dependencies via npm
$ npm install

# Install dependencies via yarn
$ yarn install
  1. Run the index.js file
# Run the index.js file
$ node index.js

# Preview
$ gulp previewDist

More Information

All the notes I took in Markdown (.md) format. You can find them in my Udemy-Notes repository. The note for this course is here.

License

Licensed under the MIT License.