https://github.com/jamesallison/mondoweb
An online banking client built on the Mondo API
https://github.com/jamesallison/mondoweb
Last synced: 19 days ago
JSON representation
An online banking client built on the Mondo API
- Host: GitHub
- URL: https://github.com/jamesallison/mondoweb
- Owner: jamesallison
- Created: 2015-11-23T19:17:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T17:11:06.000Z (over 8 years ago)
- Last Synced: 2024-11-17T19:42:25.253Z (6 months ago)
- Language: PHP
- Size: 303 KB
- Stars: 23
- Watchers: 6
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-monzo - mondoweb - An online banking client built on the Mondo API (Apps)
README
# MondoWeb
### An online banking client built on the Mondo APIHoping to release this open source Mondo online banking client once Mondo becomes more publicly available. For now, you may host this on your own webserver.
## Features
- Three-legged OAuth support
- Searchable & paginated table of transactions
- Map of transactions
- Legacy bank style account statements by month
- CSV Export of all your transactions
- Disable / enable your card## Installation
1. Create a file called settings.php in the inc directory.
2. Paste in the following code
3. Place your Mondo OAuth credentials in the file```
```