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

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

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: