In this project we will be scrapping the Billboard's Hot 100 songs webpage and acquire the songs list and store it in different forms.
In order to generate an excel file and json file containing details of top 100 songs do the following steps:
npm init -y
npm install minimist
npm install excel4node
npm install jsdom
npm install axios
node billboard.js --src=https://www.billboard.com/charts/hot-100 --excel=100songs.csv