Skip to content

An app utilizing Plaid's REST API, written in React and Node

Notifications You must be signed in to change notification settings

charisra/plaid-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

How to Run

Before you run, you need to install a CORS browser extension. I use this one

In your terminal:

  1. cd into 'agentrisk/react'
  2. npm install (once)
  3. npm start

On a separate terminal window:

  1. cd into 'agentrisk/node'
  2. npm install (once)
  3. Run the following (copy-paste the entire command at once): PLAID_CLIENT_ID='yourAPIHere' PLAID_SECRET='yourSecretHere' PLAID_PUBLIC_KEY='yourPublicKeyHere' PLAID_ENV='sandbox' PLAID_PRODUCTS=auth node index.js

Open http://localhost:3000 to view it in the browser.

The Portfolio Breakdown shows a pie chart for account's assets. Hover and/or click to see the %.

About

An app utilizing Plaid's REST API, written in React and Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published