This is a hands-on project from the Udemy course - Learn Web Scraping with NodeJs - The Crash Course by Grohs Fabian.
- Request with header to get movie information.
- Save the movie information to file in csv/json format.
- Download the poster images each movie.
Check package.json
file for more information.
Follow the instructions below to set up the environment and run this project on your local machine.
- Clone this repository.
# Clone repository
$ git clone https://github.com/Hsins/udemy_IMDB-Scraper.git
- Install dependencies via NPM or Yarn
# Install dependencies via npm
$ npm install
# Install dependencies via yarn
$ yarn install
- Run the index.js file
# Run the index.js file
$ node index.js
# Preview
$ gulp previewDist
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.
Licensed under the MIT License.