https://github.com/plaid/tutorial-resources
Sample apps and material to go along with Plaid's tutorials
https://github.com/plaid/tutorial-resources
Last synced: 11 months ago
JSON representation
Sample apps and material to go along with Plaid's tutorials
- Host: GitHub
- URL: https://github.com/plaid/tutorial-resources
- Owner: plaid
- License: mit
- Created: 2022-02-16T20:51:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T20:29:15.000Z (over 1 year ago)
- Last Synced: 2025-05-30T08:16:25.486Z (about 1 year ago)
- Language: JavaScript
- Size: 256 KB
- Stars: 31
- Watchers: 6
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorial Resources
This repo contains starter apps, samples, and other resources that you may need to use alongside some of the tutorials provided by Plaid. They are not intended to be used as standalone samples. Please see the [Quickstart](https://github.com/plaid/quickstart), the [Tiny Quickstart](https://github.com/plaid/tiny-quickstart), or the [Plaid Pattern](https://github.com/plaid/pattern) samples if you're looking for working sample apps.
## Contents
* [`/vanilla-js-oauth`](https://github.com/plaid/tutorial-resources/tree/main/vanilla-js-oauth) -- A sample application to be used alongside the [Plaid OAuth and JavaScript](https://www.youtube.com/watch?v=E0GwNBFVGik) screencast.
* [`/webhooks`](https://github.com/plaid/tutorial-resources/tree/main/webhooks) -- A sample application to be used alongside the [Plaid Webhooks](https://www.youtube.com/watch?v=0E0KEAVeDyc) tutorial.
* [`/auth`](https://github.com/plaid/tutorial-resources/tree/main/auth) -- A sample application to be used alongside the [Plaid Auth](https://www.youtube.com/watch?v=FlZ5nzlIq74) screencast.
* [`/transactions`](https://github.com/plaid/tutorial-resources/tree/main/transactions) -- A sample application to be used alongside the [Plaid Transactions](https://www.youtube.com/watch?v=hBiKJ6vTa4g) screencast.
* [`/ios-swift`](https://github.com/plaid/tutorial-resources/tree/main/ios-swift) -- A sample application to be used alongside the [Plaid on iOS Tutorial](https://www.youtube.com/watch?v=9fgmW38usTo).
## How to use this repository
Every resource should be contained in its own directory, with a `start` and `finished` folder. You should open up the `start` folder and follow along with the corresponding tutorial.
The `finished` folder is there if you get really stuck and need to compare your sample to a working copy. We recommend you don't just copy code from the `finished` folder without going through the tutorial -- you won't learn anything, and we will silently judge you for it. :eyes: