Skip to content

A simple web scraper made using Node.js and cheerio. It scraps the Worldometer website to get the latest stats about COVID-19 cases worldwide and saves it in a CSV document locally.

kishanhitk/coronaScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coronaScraper

coronaScraper is a web scraper that scraps the latest data from the Worldometer website about COVID-19 cases across the globe and writes it in a neatly organized CSV file.

Built using NodeJS and Cheerio

Use

In the project repository, run:

node index.js

This will run the app and will create a file named data.csv having data from Worldometer.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Data source

Worldometer

About

A simple web scraper made using Node.js and cheerio. It scraps the Worldometer website to get the latest stats about COVID-19 cases worldwide and saves it in a CSV document locally.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published