rewhsu / hearthstone-mvp

Full stack demo using Hearthstone's API
0 stars 0 forks source link

Create system design #12

Open rewhsu opened 7 years ago

rewhsu commented 7 years ago

Where are the current cards stored? It would be a waste to pull from the API every time we need to get a class's card pool; instead, we should persist that data on our end. Then, we can do a check once a day/week for any changes between the two datasets.