ddsnowboard / FantasyStocks

A website where you play a game of fantasy stocks.
http://fantasystocks.herokuapp.com
Apache License 2.0
0 stars 1 forks source link

Fix #74 #76

Closed ddsnowboard closed 6 years ago

ddsnowboard commented 6 years ago

This PR closes #74. It took a lot more than I expected.

First I had to change the API to alphavantage. That took a little while, but that wasn't the hardest part. I realized that my test fixtures were out of date and had to be changed, but I realized that they are really hard to change, so I redid all my tests to not need them anymore. That took a long, long time. But now it's better. So I guess that's ok. Assuming the tests pass, this should be done. It might still not work because I'm getting rate-limited, but I'll fix that another time.