BenJetson / mannrobo.github.io-OLD

Website for the Mann Robotics VRC team.
https://mannrobo.github.io
3 stars 1 forks source link

Add stats from VexDB about each team to the about section for each team. #29

Open BenJetson opened 8 years ago

BenJetson commented 8 years ago

They have a nice API that you can use to fetch the info in the very convenient JSON format (see http://vexdb.io/the_data). Should be pretty easy to implement if you know a bit about AJAX.

If you want to use jQuery for your AJAX requests in place of using the standard JavaScript XMLHttpRequest API, that is available to you (jQuery is already loaded in the site).