Tiny script for a friend.
- Install
node
andyarn
on your machine - Run
yarn install
in the root of this repo, this will install necessary dependencies - Run
node scrape
. This will save all data in the fileresults.json
🎉
The website this data is from is rendered client-side. Therefore it's a bit more tricky to scrape the online version of it. Right now, you need to copy the relevant portion of the html source to the file source.html
and surround it with a <body>
tag. Just look at the files... 🤷♂️