Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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