Live data from Hacker News

Show HN: Stat Tracking website for fantasy baseball.

stattracker.heroku.com

1–7 of 7 posts

Re: Show HN: Stat Tracking website for fantasy baseball.

#6
post #4
post #3

I think you need to run heroku rake db:migrate again, as I receive a bunch of 404 issues when trying to access data from the database.

thanks for letting me know! please check again later.

Still hit the 404 page when checking the career stats of different players in pitching and hitting.

Re: Show HN: Stat Tracking website for fantasy baseball.

#7
post #5

Where are you getting your stats from? You can access live stats via Yahoo's Fantasy Baseball API like I do in my app here http://trackstatter.heroku.com and https://github.com/rudle/track_statter

Got the stats from lahman baseball database. We thought about using Yahoo's Baseball API, but thought wanted to compare players from past eras too.