Skip to content

Commit

Permalink
Update subdomain configs (#34)
Browse files Browse the repository at this point in the history
* Update subdomain configs
  • Loading branch information
dkutin committed Aug 25, 2020
1 parent 45f241d commit 63ac217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Built for NBA Yahoo! Fantasy games to recommend free agents to add to your roste
After playing Yahoo! Fantasy Basketball for a few years, I wanted a more intuitive solution that would guarantee my free-agent additions to my roster, and be able to better gauge trades from a statistical point of view. I started developing this app over a year ago, which calls services from Yahoo! Fantasy API, saves data to MySQL database (Since Yahoo! Fantasy does not give access to historical records for the same season...) and run my calculations, then displaying them in a react-app front end.

## Usage
https://dkutin.github.io/fantasytracker/
https://fantasytracker.dmitrykutin.com

Current implementation pulls data from my league, though user log-in feature to be added soon to provide a personalized report for any user playing Yahoo! Fantasy Basketball.

Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class App extends Component {

getPlayerData(){
$.ajax({
url:"/fantasytracker/playerData.json",
url:"/playerData.json",
dataType:'json',
cache: false,
success: function(data){
Expand Down

0 comments on commit 63ac217

Please sign in to comment.