mikec964 / meeple-matcher

Recommendation engine for board games, using data from BoardGameGeek.com
GNU General Public License v3.0
1 stars 0 forks source link

Cache load XML #5

Closed mikec964 closed 7 years ago

mikec964 commented 7 years ago

When loading XML files, if use-cache flag is set, load from disk instead of API. When loading from API, if make-cache flag is set, store a copy on disk for later use.

Note, for 100 games in a collection, this will be at least 100 "thing" files.

mikec964 commented 7 years ago

Done. Boolean parameters are use.cache and make.cache.