Public
Like
euroleague-stats
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v21View latest version
- Teams endpoint returns data with correct structure (clubs array)
- Players data can be extracted from teams
- Results endpoint returns gameResults array
- Standings endpoint returns group array with teams
- Schedules endpoint returns item array
- Season "2024-25" converts to "E2024"
- Season "2023-24" converts to "E2023"
- Invalid season format handled gracefully
- JSON responses parsed correctly
- XML responses show appropriate error message
- Different response structures handled (clubs, gameResults, group, item)
- Filter controls update correctly
- Data table displays data
- Player selection works for charts
- CSV export works
- Error messages display correctly
- Loading states work
- Player stats show correct fields (name, clubName, score, etc.)
- Game results show correct fields (date, homeTeam, awayTeam, scores)
- Standings show team rankings
- Schedules show upcoming games
Since the API may require authentication or have CORS restrictions, test the deployed version at: https://geordie--07e91f64f32d11f0ac1542dde27851f2.web.val.run
Check browser console for any errors and verify:
- Data loads successfully
- Filters work
- Tables display correctly
- Charts render
- CSV export works