Gregory GoijaertsProdigy
- Edited
Quick demo of creating a new sandbox account, requesting funds and then creating a new monetary account.
bunq-cli
This is an unofficial and open source command line tool to quickly test the bunq API. It provides both a user friendly interactive mode like shown in the demo above, and a command line tool which can easily be used in other implementations.
Since this is a very new project I'm mainly looking for feedback and suggestions so feel free to create new issues on the project page or leave a comment.
Getting started
Make sure NodeJS is installed and then usenpm
to install the latest version of bunq-cli:
npm install -g @bunq-community/bunq-cli
.
To use interactive mode like in the demo bunq-cli
is enough and for more advanced usage checkout the readme or use bunq-cli --help
to check all the different options.
Examples
bunq-cli
Starts bunq-cli in interactive mode and store the new sandbox details in your home folder at ~/bunq-cli.json
for later re-use.
bunq-cli user --pretty --clean
Outputs the user info as pretty JSON without the unnecessary wrapper data.
bunq-cli endpoint payment --account='bunq account'
List all the payments for the account that matches the description.