Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbernasconi/plaid-app
Mobile application for discovering the Plaid API
https://github.com/pbernasconi/plaid-app
Last synced: 3 months ago
JSON representation
Mobile application for discovering the Plaid API
- Host: GitHub
- URL: https://github.com/pbernasconi/plaid-app
- Owner: pbernasconi
- License: mit
- Created: 2015-02-25T23:16:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T16:16:50.000Z (over 9 years ago)
- Last Synced: 2023-08-11T13:25:49.529Z (over 1 year ago)
- Language: JavaScript
- Size: 3.03 MB
- Stars: 17
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plaid Mobile App
A mobile app to consume and demonstrate the [Plaid](https://plaid.com/) API. Built using the [Ionic Framework](http://ionicframework.com/), AngularJS and Cordova. Works on iOS, Android and Windows Phone.
### Install
```bash
$ sudo npm install -g cordova
$ cordova platform add ios
$ cordova build ios
$ cordova emulate ios
```### Screen Shots
SplashScreen | Connect | Connect Results
------------ | ------------- | -------------
![SplashScreen](https://github.com/pbernasconi/plaid-app/blob/master/resources/screenshots/splash.PNG) | ![Connect](https://github.com/pbernasconi/plaid-app/blob/master/resources/screenshots/connect.PNG) | ![Connect Info](https://github.com/pbernasconi/plaid-app/blob/master/resources/screenshots/connect-info.PNG)### License
MIT