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.
# Install the packages
npm install
# Run the project
npm run test