Yahoo Fantasy Footballs Tools is a web application to assist with managing Yahoo! Fantasy Football leagues and teams using the Yahoo Fantasy Sports API.
To run the YahooFantasyFootballTools ASP.NET MVC application and the Fantasizer unit test suite, you need to add two system environment variables:
- YahooConsumerKey
- YahooConsumerSecret
Set the values to your Yahoo application's API credentials (see Registering your app).
Install compass manually: http://awordpress.net/install-sass-compass-manually-windows/
To build Yahoo Fantasy Football Tools in Visual Studio, you need to set your package manager options to "Allow NuGet to download missing packages during build". See Using NuGet without committing packages for more information.
To run the YahooFantasyFootballTools ASP.NET MVC application on AppHarbor, you need to set a few configuration variables:
- Set configuration varaibles for the same key/secret credentials as described in local setup.
- Create a configuration variable with key "YahooCallbackUriType" and value "Host". Otherwise you will see an error after logging into Yahoo.
See AppHarbor's documentation on managing environments.