diff --git a/_tabs/about.md b/_tabs/about.md index 60842ce..a11e737 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -10,6 +10,7 @@ order: 4 function getOPR() { axios.get("https://api.ftcscout.org/rest/v1/teams/15031/quick-stats?season=2023®ion=All") .then(response => { + console.log(response.data) var opr = Math.round((response.data["tot"]["value"])*100)/100; document.getElementById("opr").innerHTML = opr; var rank = Math.min(response.data["auto"]["rank"], response.data["dc"]["rank"], response.data["eg"]["rank"]); @@ -25,14 +26,26 @@ function getOPR() { } document.getElementById("best").innerHTML = best; })}; +function getNextSEN(){ + axios.get("https://vlr.orlandomm.net/api/v1/teams/2") + .then(response => { + var team0 = response.data.data.upcoming["0"]["teams"]["0"]["tag"]; + var team1 = response.data.data.upcoming["0"]["teams"]["1"]["tag"]; + document.getElementById("team0").innerHTML = team0 + document.getElementById("team1").innerHTML = team1 + }) +} + - +

Hello!

I'm Iris! I'm trans, 16, and enjoy programing and playing games. Im a member of First Tech Challange 15031, BoltBusterZ.

My particular interests include combat robotics, Valorant Esports, and finding new ways to procrastinate doing my homework

-

BoltBusterZ OPR is currently . Our best OPR is with .

\ No newline at end of file +

BoltBusterZ OPR is currently . Our best OPR is with .

+ +

The next Sentinels match is vs

\ No newline at end of file