All Projects → DennisSnijder → BunqWeb

DennisSnijder / BunqWeb

Licence: other
Web client for bunq

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to BunqWeb

rust-web-app
An example Rust web application with a focus on module structure
Stars: ✭ 150 (+455.56%)
Mutual labels:  web-app
learn-web-development
Learn Web Development from Top Articles of 2017
Stars: ✭ 64 (+137.04%)
Mutual labels:  web-app
analog
🔎 Flexible web-based real-time log viewer
Stars: ✭ 15 (-44.44%)
Mutual labels:  web-app
np8080
A web based text editor written with AngularDart.
Stars: ✭ 17 (-37.04%)
Mutual labels:  web-app
Raspberry-Pi-Dashboard
Web-based dashboard interface to inspect Raspberry Pi hardware and software with no extra software required.
Stars: ✭ 131 (+385.19%)
Mutual labels:  web-app
gadael
nodejs leaves management application
Stars: ✭ 52 (+92.59%)
Mutual labels:  web-app
CometVisu
Repository for the CometVisu building automation visualisation.
Stars: ✭ 60 (+122.22%)
Mutual labels:  web-app
book-store
Example of a book store management with MEAN STACK
Stars: ✭ 23 (-14.81%)
Mutual labels:  web-app
go-echo-server-sandbox
A scaffold of golang web server using labstack/echo
Stars: ✭ 12 (-55.56%)
Mutual labels:  web-app
music-dl
Download any song in highest mp3 quality with a simple search!
Stars: ✭ 32 (+18.52%)
Mutual labels:  web-app
Tablet-desk-clock
Software for displaying a clock on a tablet.
Stars: ✭ 24 (-11.11%)
Mutual labels:  web-app
ruby-tr
Ruby Türkiye Topluluk Sitesi
Stars: ✭ 50 (+85.19%)
Mutual labels:  web-app
mobile-team
Introduction of the awesome mobile team in OSV labs (also known as Shinetech Zhengzhou Branch). 盛安德(郑州)移动研发团队简介。
Stars: ✭ 12 (-55.56%)
Mutual labels:  web-app
OpenShapes
A data-driven approach for interactively synthesizing diverse images from semantic label maps.
Stars: ✭ 39 (+44.44%)
Mutual labels:  web-app
trackeRapp
An interactive web application for the analysis of sports data from GPS-enabled tracking devices
Stars: ✭ 27 (+0%)
Mutual labels:  web-app
reader
tReader,又一个 txt 文本阅读器,Web App; Yet another txt reader
Stars: ✭ 49 (+81.48%)
Mutual labels:  web-app
drive
Fission Drive 🗄
Stars: ✭ 21 (-22.22%)
Mutual labels:  web-app
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (-3.7%)
Mutual labels:  web-app
forza-data-web
Forza Motorsport / Forza Horizon 4 Data-Out feature receiver web application
Stars: ✭ 18 (-33.33%)
Mutual labels:  web-app
slab
An extensible Scala framework for creating monitoring dashboards.
Stars: ✭ 23 (-14.81%)
Mutual labels:  web-app

This project has been discontinued

Please refer to https://github.com/BunqCommunity/BunqDesktop

Bunq Web

An open source, self hosted dashboard for Bunq.

Screenshot

Setup

Step 1: Download the latest release

Download the latest release (ZIP file) from this page.

Step 2: Setup hosting

Setup your local hosting. make sure the index is pointed towards the /web folder

Step 3: Config file

Rename the config.yml.dist from the app/config folder to config.yml.

Step 4: API Key + Config

open in the config.yml. fill in your API key and fill in the Permitted IP's

Step 5: Determine the right environment

In the config.yml easily switch the sandbox to false to switch to the Bunq production API.

Development Setup

Step 1: Install dependencies

$ composer install
$ npm install

Step 2: Compile assets

$ npm install -g grunt webpack cross-env
$ npm run build
$ npm run serve

Step 3: Config file

Rename the config.yml.dist from the app/config folder to config.yml.

Step 4: API Key + Config

open in the config.yml. fill in your API key and fill in the Permitted IP's

Step 5: Determine the right environment

In the config.yml easily switch the sandbox to false to switch to the Bunq production API.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].