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.
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.