Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 626 Bytes

README.MD

File metadata and controls

39 lines (23 loc) · 626 Bytes

A Yodlee Web App to Link and List a Users Accounts

Web App Features

  • Yodlee Fastlink Implementation
  • Listing a Users Linked Accounts
  • View details of a selected Account

Installation

git clone https://github.com/robrogers3/yodlee-list-accounts.git

cd yodlee-list-accounts

cp .env.example .env

npm install

Running the App

You must update the .env file with

  • Your issuer_id for your selected enviroment

Then enter this command in the terminal:

PRIVATE_KEY=`cat ../path/to/private.key` npm run start

Requirements

  • NodeJs
  • npm