plaid-ui

module
v0.0.0-...-f450a9d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2019 License: MIT

README

plaid-go quickstart

Quickstart guide

Setup

Copy the following commands to install the golang quickstart.

git clone https://github.com/plaid/quickstart.git
cd quickstart/go
go build

Run

Copy the following commands, and replace the given environment variables with your Plaid API keys to run the local-server.

# Fill in your Plaid API keys (client ID, secret, public_key)
# to test!
APP_PORT=8000 \
PLAID_CLIENT_ID=[CLIENT_ID] \
PLAID_SECRET=[SECRET] \
PLAID_PUBLIC_KEY=[PUBLIC_KEY]
go run server.go
# Go to http://localhost:8000

Directories

Path Synopsis
cmd
api
lib
pkg
db

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL