Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 508 Bytes

Web-Scraper

A web scraping application written in NodeJs using various packages.

  • Cheerio: Cheerio parses markup and provides an API for traversing/manipulating the resulting data structure. It does not produce visual rendering, hence it is faster for using the data.
  • fs: This is used for writing data to a file
  • json2csv: This pakcage helps to converts json into csv with column titles and proper line endings.

Usage

# Install the packages
npm install

# Run the project
npm run test