From cb91d7d46a74fcf4eb8cd5571233991572efe194 Mon Sep 17 00:00:00 2001 From: OCDkirby Date: Sun, 9 Jul 2023 12:36:38 -0500 Subject: [PATCH] Shelve broken functionality --- src/App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index d03d1df..a62dea0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -145,10 +145,10 @@ var today = new Date(); const months = (today.getFullYear() - repoCreation.getFullYear()) * 12 - repoCreation.getMonth() + today.getMonth() + 1; // Months between creation and today - var contributors; - const response = await fetch("https://cors-anywhere.herokuapp.com/https://github.com/RPCSX/rpcsx/"); - contributors = await cheerio.load(response.text())('.Counter m1-1'); - console.log("hi"); + var contributors = null; // TODO web scraping + // const response = await fetch("https://cors-anywhere.herokuapp.com/https://github.com/RPCSX/rpcsx/"); + // contributors = await cheerio.load(response.text())('.Counter m1-1'); + // console.log("hi"); var theme = null;