Skip to content

Commit

Permalink
Updated for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
mngutterman committed Sep 13, 2024
1 parent 82e8d94 commit 98bf674
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="container">
<div class="row mt-3">
<div class="col-12 col-md-6">
<h5 class="text-center text-uppercase fw-bold">Resident Camp</h5>
<h5 class="text-center text-uppercase fw-bold">2025 Resident Camp</h5>
<table class="table text-center">
<thead>
<tr>
Expand Down Expand Up @@ -124,32 +124,32 @@ <h5 class="text-center text-uppercase fw-bold">Webelos Week</h5>
{
"sessionName": "Week 1",
"goal":500,
"previousYear": 452
"previousYear": 466
},
{
"sessionName": "Week 2",
"goal":250,
"previousYear": 290
"goal":275,
"previousYear": 337
},
{
"sessionName": "Week 3",
"goal":500,
"previousYear": 467
"goal":525,
"previousYear": 517
},
{
"sessionName": "Week 4",
"goal":450,
"previousYear": 443
"goal":525,
"previousYear": 553
},
{
"sessionName": "Week 5",
"goal":450,
"previousYear": 363
"goal":525,
"previousYear": 557
},
{
"sessionName": "Week 6",
"goal":400,
"previousYear": 319
"goal":300,
"previousYear": 327
}
]

Expand Down Expand Up @@ -315,10 +315,10 @@ <h5 class="text-center text-uppercase fw-bold">Webelos Week</h5>
}

async function main(){
await residentCamp('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=73304');
await paddlerama('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80824');
await fawnRun('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80828');
await webelosWeek('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80830');
await residentCamp('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=86539');
// await paddlerama('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80824');
// await fawnRun('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80828');
// await webelosWeek('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80830');
}

main()
Expand Down

0 comments on commit 98bf674

Please sign in to comment.