Javascript – how to get table from site github.com with Cheerio google app script
I'm trying to get table from this site using Cheerio lib in google app script. I'm put some code below this answer, but getting only [] in console.log() There is my code function test2() { const url = 'https://github.com/labnol/apps-script-starter/blob/master/scopes.md'; const…