Cache YNAB data responses

This commit is contained in:
2020-12-10 22:13:20 -06:00
commit eb07185d6e
5 changed files with 268 additions and 0 deletions

2
config.js Normal file
View File

@@ -0,0 +1,2 @@
exports.pat = "992a2de8f26768d1a7cbb120ad545698c8712332f1dffdc1be74a528606b8b45";
exports.cacheDir = "./.cache"