/imdb-scrapper

Primary LanguageJavaScriptMIT LicenseMIT

IMDB Scrapper

This project demonstrates usage of following dependencies to build a scapper to scrap information from IMDB.

  • Fluture (Future) is used as replacement of promise in functional way.
  • Cheerio used to traverse across the DOM elements.
  • Axios and Request were used to make network calls with and without headers.
  • Babel is a toolchain to make our code backward compatible.
  • RimRaf is a unix based command chain to operate files using node.