Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.58 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.58 KB

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:

  • 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/

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:

  • 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.