Skip to content

ESPN Fantasy Baseball League

Nathan Pinciak edited this page Jul 16, 2021 · 1 revision

How To

⚾ Only supports MLB season as of 3/1/2021

  • Navigate to your fantasy league on ESPN, and retrieve your leagueId from the URL query param

    • Ex: https://fantasy.espn.com/baseball/team?leagueId=*myleagueId*&seasonId=2021&teamId=x
  • Add your leagueId to your localhost URL

    • Ex: http://localhost:4200/espn/mlb/*myleagueId*
  • Add your leagueId to your environment file

Clone this wiki locally