Skip to content

D-on-GitHub/BunqDesktop

 
 

Repository files navigation

BunqDesktop

A desktop implementation for bunq's API. This app does everything within the application so you don't have to worry about sharing your API key with anyone else!


Download

Download the latest version of BunqDesktop from the GitHub releases page.

Features

  • View all your accounts and payments
  • Send new payments to other users
  • Encrypted storage on your device
  • Available on Windows, Linux and Mac

Development

We use yarn for package management and the following global packages:

$ yarn global add cross-env webpack gulp

Clone this project and install its dependencies.

$ git clone git@github.com:BunqCommunity/BunqDesktop.git && cd BunqDesktop
$ yarn 

Run these commands in 2 seperate consoles. One compiles the react app and the second takes care of running an electron instance.

$ yarn webpack:dev
$ yarn start

Contact

We have a public Telegram chat group and a topic on bunq together.

Feel free to create a new issue for any suggestions, bugs or general ideas you have on Github or contact us through one of the above.

About

A desktop implementation for Bunq's API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%