6 ms·
Show HN: Stat Tracking website for fantasy baseball.
This is a web application for a class. Need feedback for it. After checking out the website, could you please fill out this survey: http://www.surveymonkey.com/s/3Q829LX
- seakun 15y agoThis is a web application for a class. Need feedback for it. After checking out the website, could you please fill out this survey: http://www.surveymonkey.com/s/3Q829LX http://www.surveymonkey.com/s/3Q829LX
- ciopte7 15y agoI 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.
- rudle 15y agoWhere 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 http://trackstatter.heroku.com and https://github.com/rudle/track_statter https://github.com/rudle/track_statter
- seakun 15y agoGot the stats from lahman baseball database. We thought about using Yahoo's Baseball API, but thought wanted to compare players from past eras too.