DennisSnijder / BunqDesktop

An electron desktop app for Bunq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

Development

Clone the BunqJSClient (Temporarily until I create a proper release on the npm registry)

git clone git@github.com:Crecket/BunqJSClient.git

Clone this project and install its dependencies

git clone git@github.com:Crecket/BunqDesktop.git
cd BunqDesktop
yarn 

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

yarn webpack:dev
yarn start

About

An electron desktop app for Bunq

License:MIT License


Languages

Language:JavaScript 98.4%Language:CSS 1.0%Language:HTML 0.5%