Shelve broken functionality

This commit is contained in:
OCDkirby
2023-07-09 12:36:38 -05:00
parent 3eaa7a869b
commit cb91d7d46a

View File

@@ -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;