FinTS command line interface.
npm install fints-cli


A command line interface for communicating with FinTS servers.
- Load list of accounts.
- Load list of transactions in specified range.
``
List the accounts available for the specified user.
USAGE
fints list-accounts --url
OPTIONS
-u, --url
-n, --name
-p, --pin
-b, --blz
-d, --debug
-v, --verbose
-j, --json
`
``
fint-cli list-accounts --url https://example.com/fints -n username -p 12345 -b 12345678
`
Fetch the statements for a specified account.
USAGE
fints fetch-transactions --url
OPTIONS
-u, --url
-n, --name
-p, --pin
-b, --blz
-d, --debug
-v, --verbose
-j, --json
-i, --iban
-s, --start
-e, --end
`
```
./fints-cli fetch-transactions --url http://example.com/fints -n username -p 12345 -b 12345678 -i DE111234567800000001 -s 2018-01-01 -e 2018-10-01