Skip to content

Commit

Permalink
Shelve broken functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
OCDkirby committed Jul 9, 2023
1 parent 3eaa7a8 commit cb91d7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cb91d7d

Please sign in to comment.