- Yodlee Fastlink Implementation
- Listing a Users Linked Accounts
- View details of a selected Account
git clone https://github.com/robrogers3/yodlee-list-accounts.git
cd yodlee-list-accounts
cp .env.example .env
npm install
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
- Visit localhost:3000
- NodeJs
- npm