seanconnollydev / yahoo-fantasy-football-tools

Yahoo Fantasy Footballs Tools is a web application to assist with managing Yahoo! Fantasy Football leagues and teams using the Yahoo Fantasy Sports API.
6 stars 2 forks source link

yahoo-fantasy-football-tools

Yahoo Fantasy Footballs Tools is a web application to assist with managing Yahoo! Fantasy Football leagues and teams using the Yahoo Fantasy Sports API.

Local Setup

To run the YahooFantasyFootballTools ASP.NET MVC application and the Fantasizer unit test suite, you need to add two system environment variables:

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/

Visual Studio Setup

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.

AppHarbor Setup

To run the YahooFantasyFootballTools ASP.NET MVC application on AppHarbor, you need to set a few configuration variables:

See AppHarbor's documentation on managing environments.