Skip to content

Commit

Permalink
test api call
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 20, 2024
1 parent 950af62 commit 5535904
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
icon: fas fa-info-circle
order: 4
---

<script language = 'javascript'>
function getOPR()
axios.get("https://api.ftcscout.org/rest/v1/teams/15031/quick-stats?season=2023&region=All")
.then(response => {
return response.data["tot"]["value"];
})
rl.close();
</script>
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.

<p>BoltBusterZ OPR is currently: <b>
<script language= 'javascript'>
docWrite(24);
</script>
</b></p>
<p>BoltBusterZ OPR is currently: <b><script>getOPR()</script></b></p>

0 comments on commit 5535904

Please sign in to comment.