jwoogerd / plovers

Use the Plaid API to simulate a "flock" of transactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plovers-image

This project was bootstrapped with Create React App.

Plovers models transactions as flocking birds. Heavily inspired by this 2D example and this website.

Boid color and size are parameterized by the given transaction's category_id and amount, respectively.

Installing dependencies

cd server && npm install
cd client && npm install

To run

Make sure the following environment variables are set:

export PLAID_CLIENT_ID=<your-plaid-client-id>
export PLAID_PUBLIC_KEY=<your-plaid-public-key>
export PLAID_SECRET=<your-plaid-secret>
export PLAID_ENV=<sandbox OR development OR production>

Run the server

cd server
npm start

Run the client

cd client
npm start

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

About

Use the Plaid API to simulate a "flock" of transactions


Languages

Language:JavaScript 87.6%Language:HTML 8.5%Language:CSS 3.9%