Skip to content

The project basically scraps data of Worldcup 2019 and represents in an excel sheet.

Notifications You must be signed in to change notification settings

Supratim30/cricinfo-data-fetch

Repository files navigation

Cricinfo data fetch

This project basically scraps the data of Cricket Worldcup 2019 from Cricinfo website and represents the data in an excel sheet and also generates a pdf of match results for every matches played.

Tech Stack

Server: Node

Packages used: minimist, axios, jsdom, excel4node, pdf-lib

What did you learn while building this project? What challenges did you face and how did you overcome them?

The primary task was to fetch data from the website which is being done using axios. After getting the html file, the data has been filtered out using 'querySelectorAll'. After that the data has been represented in an excel sheet using excel4node. And finally for every matches a pdf has been generated illustrating the match results and the runs scored by respective teams.

🔗 Links

linkedin twitter

About

The project basically scraps data of Worldcup 2019 and represents in an excel sheet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published