Skip to content

PatMyron/wpial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPIAL

website to display WPIAL statistics

www.patmyron.com/wpial

Two menus gather the user's choice of school and sport.
In addition, the user can choose "all" for schools or sports.

website screenshot

Technical Details

  • Scraped data from a local website (post-gazette.com) using Jsoup’s API
  • Data was analyzed in Java and statistics were written to HTML files in table format
  • Website takes multiple inputs through drop-down menus and displays correct table by calling the HTML file containing the table using JavaScript