wooferzfg / ff-power-rankings

Power Rankings for Yahoo Fantasy Football

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In order to run the application:

  1. Run npm install in the root directory and in the power-rankings directory.
  2. Download ngrok and forward port 5000 with ./ngrok http 5000
  3. Create a Yahoo App, set the the redirect URL to the ngrok URL (http://aaaaaaaa.ngrok.io/auth/callback), and only ask for Fantasy Sports Read permissions.
  4. Fill in power-rankings/src/tokens.js with the tokens from Yahoo and the ngrok URL.
  5. Run npm run server in the root directory to start the backend server.
  6. Run npm run ui in the root directory to start the frontend server.

About

Power Rankings for Yahoo Fantasy Football


Languages

Language:JavaScript 88.0%Language:CSS 9.6%Language:HTML 2.4%