Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 831 Bytes

README.markdown

File metadata and controls

21 lines (16 loc) · 831 Bytes

Foosball Tracker

This project was started to have so that the Magoosh/EasyESI office could have an app to track their Foosball games.

It uses the TrueSkill algorithm to provide accurate rankings for players and chart them over time.

Deploying to Heroku

  1. Follow steps 1-3 of the Heroku quickstart guide: (http://devcenter.heroku.com/articles/quickstart)
  2. Run the following commands from your terminal:
git clone git://github.com/zmillman/foosball_tracker.git
cd foosball_tracker
heroku create --stack cedar
git push heroku master
heroku run rake db:migrate

Code Climate