tydanielson / bgcalculator

Tool for researching the best stocks
https://apps.valuvesting.com
MIT License
2 stars 1 forks source link

Running out of api calls #5

Closed tydanielson closed 7 years ago

tydanielson commented 7 years ago

We are only allowed 5 api calls every minute, if the data is old this can have an issue quite often. It would be better to run a nightly or weekly data pull to get the data and store it in the cache

tydanielson commented 7 years ago

Created a temp solution via js to pull down the data via a global js call. We'll need to remove all the other direct calls from fe in the future and move the code directly to the backend system