Skip to content

Simple website which displays visualizations of NCAA women's soccer seasons. Could be modified to support other sports.

License

Notifications You must be signed in to change notification settings

gxm/soccer-visuals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soccer-visuals

Simple website which displays visualizations of NCAA women's soccer seasons. It could be modified to support other sports.

Currently, this project only works with the NCAA women's soccer data from All White Kit

It is hosted at soccer.moulliet.com

The system downloads all of the data files at midnight Pacific time and then restarts the service. This is run via cron:

@daily ~/soccer-visuals/soccer.sh download

Deployment is done via the deploy.sh script.

The system has a web component (html, javascript and css) and a Java server component which provides a REST interface to the team data.

To use the system on your local machine, run the Java class com.moulliet.soccer.SoccerServiceMain and access it via http://localhost:8081/file/index.html

About

Simple website which displays visualizations of NCAA women's soccer seasons. Could be modified to support other sports.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published