Skip to content

PatMyron/wpial

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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