mirror of
https://github.com/RPCSX/RPCSX.github.io.git
synced 2026-01-31 01:05:21 +01:00
Shelve broken functionality
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user