A web parser to scrape tournament results from an HTML page, which was an irregular, 2-dimensional representation of tournament results. First, we output the raw data as JSON. We then parsed the JSON to generate a mobile-ready, un-styled (though well-formatted) HTML5 page.
Parses all tournaments and brackets, following these steps:
- An Index of Tournaments.
- Multiple brackets.
- A 2d representation of tournament results.
- The Output.