Hockey Elo Calculator
What is this?
This is a rails web app that calculates how good hockey teams are. Currently this site takes data from OMHA and Alliance.
How to build?
First you need to download ruby and rails.
Then run this command:
bundle install
You would then need to run the migration files.
How to run?
To run on cloud9:
rails s -b $IP -p $PORT
To run on local server:
rails s