Skip to content

GetGameFi/plaid-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plaid Netlify

Netlify Status

A Netlify Functions wrapper around plaid. It is important to invoke Plaid calls from a backend service to avoid exposing private identifiers (secret and client_id) in client-side code, using a serverless implementation makes this easy to manage.

Deploy to Netlify

Required Environment Variables

  PLAID_CLIENT_ID
  PLAID_SECRET
  PLAID_PUBLIC_KEY
  PLAID_ENVIRONMENT

Running Locally

Prerequisite: Node 12

  1. npm i or yarn
  2. netlify dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors