Quick start guide to using The Blue Alliance API
Instructions:
1. Create a new The Blue Alliance account (https://www.thebluealliance.com/account)
2. Under Read API Keys at https://www.thebluealliance.com/account, enter a description, and hit "Add New Key"
3. Download TBAAPIQuickstart.html from this repository (and Banner.png for a fun favicon :D)
4. Open TBAAPIQuickstart.html in a text editor
5. Insert your X-TBA-Auth-Key from https://www.thebluealliance.com/account into this code snippet:
var key = "Input_your_secret_here_0123456789";
6. Save TBAAPIQuickstart.html
7. Open TBAAPIQuickstart.html in the internet browser of your choice
8. Enter an event key, press the button, and you should have a working gateway to The Blue Alliance API!
Visit https://www.thebluealliance.com/apidocs/v3 to explore deeper.