avgupta456 / statbotics

📈 Modernizing Data Analytics for FRC Robotics
https://statbotics.io/
MIT License
64 stars 9 forks source link

API for event predictions #331

Open jonahsnider opened 12 months ago

jonahsnider commented 12 months ago

Event predictions are only calculated client side, there is no API route for this information. Could an API route be added that allows you to get the same information as the simulation results table? To prevent abuse, you could hardcode it to only do a very small number of simulations.

avgupta456 commented 10 months ago

Yeah I can work on this!