diff --git a/2025/reefscape_config.js b/2025/reefscape_config.js index 0a354e4de..be5482b5f 100644 --- a/2025/reefscape_config.js +++ b/2025/reefscape_config.js @@ -1,3 +1,4 @@ +var authKey = "TBA KEY HERE"; // Replace TBA KEY HERE with your actual The Blue Alliance Auth Key var config_data = ` { "dataFormat": "tsv", diff --git a/README.md b/README.md index 37d613d82..e15882e3a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@
-# Scouting P.A.S.S. +# Scouting P.A.S.S -#### A scouting system for FIRST FRC competitions developed by [PWNAGE - Team #2451](https://pwnagerobotics.org). +#### A scouting system for FIRST FRC competitions developed by [PWNAGE - Team #2451](https://pwnagerobotics.org) Live Demo . Pit Scouting . Getting Started . FAQ    -To enable The Blue Alliance API: -* Put your API token in the authKey variable in resources/js/TBAInterface.js. (line 4) +* Put your API token in the authKey variable in the yearly config. * Reload your page. Note: For this to work, the schedule has to be posted to The Blue Alliance. That usually doesn't happen until just before the event. (a few days to a few hours) To test this you can point it to a past event. Set the event to 2020ilch. Reload the page to load the schedule for that event. Select Match 6 and Blue-2. You should see it populate the Team # to 2451, and the next line will show the team name, PWNAGE. @@ -105,11 +123,11 @@ Note: For this to work, the schedule has to be posted to The Blue Alliance. Tha
-## Pit Scouting: +## Pit Scouting -ScountingPASS now supports Pit Scouting +ScoutingPASS now supports Pit Scouting -To access the pit scouting page, add '/pit.html' to the end of your URL. (i.e. http://pwnagerobotics.github.io/ScoutingPASS/pit.html) +To access the pit scouting page, add '/pit.html' to the end of your URL. (i.e.