Skip to content

sharvin18/Web-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web scraping application written in NodeJs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published