diff --git a/bitcoin/README.md b/bitcoin/README.md new file mode 100644 index 0000000..6abbcde --- /dev/null +++ b/bitcoin/README.md @@ -0,0 +1,8 @@ +# Bitcoin Provider + +A provider for bitcoin, backed by blockstream.info to query address balance and coinconvert.net for fiat conversion. + +### Environment Variables + +* *bitcoin_address_[0...]* - A series of bitcoin addresses with a suffix of _0 and each additional address counting up. +* *bitcoin_ynab_account* - The YNAB account ID used to keep track of Bitcoin balance \ No newline at end of file diff --git a/questrade/README.md b/questrade/README.md new file mode 100644 index 0000000..1b14043 --- /dev/null +++ b/questrade/README.md @@ -0,0 +1,8 @@ +# Questrade Provider + +A provider for Questrade using the Questrade API. + +### Environment Variables + +* *questrade_account_[0...]* - A series of Questrade account numbers with a suffix of _0 and each additional account counting up. +* *questrade_ynab_account_[0...]* - The YNAB account ID for the matching questrade account. Each configured questrade account must have a matching YNAB account. \ No newline at end of file diff --git a/ynab/README.md b/ynab/README.md new file mode 100644 index 0000000..65bcaef --- /dev/null +++ b/ynab/README.md @@ -0,0 +1,4 @@ +# YNAB API + +This is not considered an account provider as it does not use the AccountProvider interface, instead this package is used for interacting with YNAB, creating transactions, updating transactions, getting account balances, etc. +