Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbernasconi/plaid-link-ionic-example
An example Ionic app using Plaid Link
https://github.com/pbernasconi/plaid-link-ionic-example
ionic plaid plaid-link
Last synced: 3 months ago
JSON representation
An example Ionic app using Plaid Link
- Host: GitHub
- URL: https://github.com/pbernasconi/plaid-link-ionic-example
- Owner: pbernasconi
- Created: 2015-08-05T20:26:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T04:20:25.000Z (almost 8 years ago)
- Last Synced: 2023-08-11T13:25:51.708Z (over 1 year ago)
- Topics: ionic, plaid, plaid-link
- Language: JavaScript
- Homepage:
- Size: 1.49 MB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Plaid Link + Ionic example
=====================## Using this project
We recommend using the [Ionic CLI](https://github.com/driftyco/ionic-cli) to create new Ionic projects that are based on this project but use a ready-made starter template.
For example, to start a new Ionic project with the default tabs interface, make sure the `ionic` utility is installed:
```bash
$ npm install -g ionic
```Then run:
```bash
$ ionic start myProject tabs
```