Small JS file that scrapes given google sheet file using only JS.
My reason for hacking this together is that GithubPages doesn't support any serverside code and this was the only solution.
File -> Publish to the Web. (I don't think the settings matter beyond this, but I published the whole document).
This is just a starting point so you can actually utilize the data.
ex: <pre id="results"></pre>
ex: My link for editing my spreadsheet looks like: https://docs.google.com/spreadsheets/d/14bUBPatyCQ8Xx4wMeatBc2Wm513zQC7LHGBBVMrAebU/edit#gid=0
My key is: 14bUBPatyCQ8Xx4wMeatBc2Wm513zQC7LHGBBVMrAebU
@mikeymckay <-- I've linked his version of the script here
His code is 9 years old so I had to hack around to get it to work and eventually simplify it.
I haven't spend the time searching for a way to access the second sheet yet (or maybe I never will once I get a real website).
See it on my website crossfoot.github.io