A script that scrapes a cricket scorecard given the URL and computes the batting partnerships of the match.
Partnership
is a metric used to analyse a team's performance in a cricket match.
Run
node scraper.js 'url'
where 'url' is of format 'http://seasonedprosg.com/Scorecard2015?Live=0&id=1200'
The script creates JSON files in ./data/
folder.