To test this out on your computer, you first need to change line 22 in index.js:
const doc = new GoogleSpreadsheet('//google spreadsheet id from url goes here//', serviceAccountAuth);
ex. https://docs.google.com/spreadsheets/d/ ''google spreadsheet id here'' /edit?
add in the spreadsheet id from your spreadsheet here
Then, in your terminal start the server up and open your app. Refresh the page to send a request and the scraper should start its work
Happy coding!