• Stars
    star
    2,456
  • Rank 18,073 (Top 0.4 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Build your own personal finance analytics using Plaid, Google Sheets and CircleCI.

Build Your Own Mint

Important Disclaimer

All this repo does is talk to Plaid/Google APIs and write tokens to your local file system. If you don't feel safe entering real bank credentials, audit the code yourself to make sure.

Install Dependencies

This project uses Node.js. Run npm install in the repo root to install necessary dependencies.

Setting up API keys

First things first - rename .env.sample to .env. Variables in this file will be loaded as environment variables. This file is ignored by Git.

Plaid

  • You will first need to sign up for Plaid and apply for the development plan. You might need to wait for a day or two to get approved. It's free and limited to 100 items (i.e. banks), so it should be more than enough for your personal use.

  • Once approved, fill out the following in .env:

    • PLAID_CLIENT_ID
    • PLAID_SECRET
    • PLAID_PUBLIC_KEY
  • Now you need to connect to your financial institutions to generate access tokens.

    Run npm run token-plaid <account> where account is an id for the bank you want to connect (it's for your personal reference, so you can name it anything). This will start a local server which you can visit in your browser and go through the authentication flow. Once you've linked the bank, its associated access token will be saved in .env.

    This process needs to be repeated for each bank you want to connect. Make sure to run each with a different account name.

  • If you've done everything correctly, running npm run test-plaid now should log the recent transactions in your connected accounts.

Google Sheets

I use a Google Sheet because it's convenient. If you don't trust Google or want to build your own fancy interface, you can totally do that - but that's out of scope for this demo.

  • First, create a Google Sheets spreadsheet, and save its ID in .env as SHEETS_SHEET_ID.

  • Then, go to Google Sheets API Quickstart, and click the "Enable the Google Sheets API" button. Follow instructions and download the credentials JSON file. Take a look at the file and fill in the following fields in .env:

    • SHEETS_CLIENT_ID
    • SHEETS_CLIENT_SECRET
    • SHEETS_REDIRECT_URI (use the first item in redirect_uri)
  • Run npm run token-sheets. This will prompt for auth and save the token in .env.

  • Now run npm run test-sheets. You should see your sheet's cell A1 with "It worked!".

Transform your Data

  • With the APIs sorted out, now it's time to connect them. Open lib/transform.js - this is where you can write your own logic to map incoming transactions to cell updates. How to structure the spreadsheet to use that data is up to you.

  • By default, the transaction date range is from the beginning of last month to now. You can adjust this in lib/fetch.js.

  • Once you've setup your own transform logic, run node index.js. If everything works, your spreadsheet should have been updated.

  • This repo only handles transactions, but it should be pretty straightforward to add balances. (logic for fetching balances is in fetch.js already)

Automate the Updates

The repo contains a CircleCI config file which runs the update every day at 5AM UTC (midnight US Eastern time). You can adjust the cron config to tweak the time/frequency of the updates. Note that your local .env is not checked into the repo, so you will need to copy all those env variables into your CircleCI project settings.

This is totally optional if you don't trust CI with your tokens. Just run it manually when you want to update things.

More Repositories

1

vue-hooks

Experimental React hooks implementation in Vue
JavaScript
1,592
star
2

pod

Git push deploy for Node.js
JavaScript
1,345
star
3

zoomerang

drop in zoom anything
JavaScript
1,221
star
4

vue-lit

Proof of concept custom elements "framework"
JavaScript
1,105
star
5

HTML5-Clear-v2

HTML5 Clear version 2
JavaScript
948
star
6

vite-vs-next-turbo-hmr

Benchmarking Vite vs. Next + turbopack HMR performance
JavaScript
919
star
7

laravel-vue-cli-3

Example project using Vue CLI 3 with Laravel
PHP
850
star
8

HTML5-Clear

[DEPRECATED] A replica of the Clear iphone app in HTML5
JavaScript
719
star
9

register-service-worker

A script to simplify service worker registration with hooks for common events.
JavaScript
635
star
10

vue-wordle

Wordle built with Vue, aka VVordle
TypeScript
573
star
11

launch-editor

Open file in editor from Node.js.
JavaScript
531
star
12

semi

To semicolon or not to semicolon; that is the question
JavaScript
304
star
13

vue-svelte-size-analysis

Comparing generated code size of Vue and Svelte components
JavaScript
300
star
14

okie

Dead simple worker threads pool
TypeScript
257
star
15

starz

Count a GitHub user's total stars
JavaScript
145
star
16

circular-json-es6

circular JSON.stringify and JSON.parse, for environments with native ES6 Map
JavaScript
128
star
17

pug-plain-loader

webpack loader that transforms pug templates to plain HTML
JavaScript
114
star
18

release-tag

GitHub action for auto creating a release on tag push
JavaScript
107
star
19

Speech.js

Simple wrapper for Chrome's web speech recognition API
JavaScript
97
star
20

retweeter

Auto retweet from another account using CircleCI scheduled workflows
JavaScript
59
star
21

matrix.js

Featherweight CSS3 3D engine
JavaScript
58
star
22

buble

a fork of buble with some vue-specific hacks, used in vue-template-es2015-compiler
JavaScript
54
star
23

nightwatch-helpers

custom assertions and commands for easier nightwatch tests
JavaScript
53
star
24

shell-task

Proof-of-concept then-able shell commands in node.
JavaScript
46
star
25

creative-html5

A class about JavaScript, html5 and creative coding.
JavaScript
46
star
26

vue-template-explorer

See how vue templates get compiled into render functions under the hood
Vue
44
star
27

QR.js

Simple HTML5 Canvas-based QR Code generation
JavaScript
42
star
28

vue-tsc-3.3-type-repro

Vue
37
star
29

material-color-scheme-es6

Material Theme color scheme tweaked for ES6
JavaScript
32
star
30

semi-sublime

Sublime Text 3 plugin for Semi
Python
32
star
31

vite-pre-transform-test

JavaScript
29
star
32

speech

component for Chrome speech recognition wrapper
JavaScript
29
star
33

raveal

Radially reveal an element
JavaScript
27
star
34

webpack-hmr-repro

JavaScript
27
star
35

cjs-module-lexer-rollup-reexports

JavaScript
25
star
36

roetem

meteor-like experiment with vue and rethinkdb
JavaScript
24
star
37

gulp-component

component plugin for gulp
JavaScript
22
star
38

tucao

吐槽专用
21
star
39

thread-loader-bug

JavaScript
20
star
40

browser-audio

Simple cross browser audio player
JavaScript
19
star
41

rollup-tostringtag-symbol-conflict

JavaScript
19
star
42

resolve-type-test

TypeScript
19
star
43

babel-preset-flow-vue

JavaScript
17
star
44

popSlides

javascript popup slideshow plugin based on jQuery
JavaScript
17
star
45

esbuild-exports-signature-repro

JavaScript
16
star
46

vue

vue bug
HTML
14
star
47

Puzzle-Demo

A slider puzzle game with CSS3 transitions.
JavaScript
14
star
48

rollup-commonjs-bug

JavaScript
14
star
49

capper

Capture canvas animations.
JavaScript
12
star
50

Socket-Play

iPhone-controlled HTML5 game concept demo
JavaScript
12
star
51

Kinect-Keylight

Kinect version of @hakimel 's Keylight
C++
11
star
52

showme

show me the code (for an npm package)
JavaScript
11
star
53

workerify

Component for easy inline web worker
JavaScript
10
star
54

de-indent

remove extra indent from a block of code
JavaScript
10
star
55

new

Scaffold a new project.
JavaScript
8
star
56

Telekinesis

User gesture input simulation.
JavaScript
8
star
57

whipcream

Chai-style chaining sugar for webdriverjs
JavaScript
8
star
58

babel-plugin-transform-es2015-classes-simple

JavaScript
7
star
59

emitter-fsm

EventEmitter based finite state machine
JavaScript
6
star
60

templates

Personal project scaffolding templates
JavaScript
5
star
61

choreo.js

Event-based flow control for interactive walkthroughs
JavaScript
4
star
62

gulp-jscoverage

JSCoverage instrumentation plugin for gulp
JavaScript
4
star
63

fancytext

Text with fancy transitions
JavaScript
4
star
64

gruntfile-yaml

write grunt config in yaml.
JavaScript
4
star
65

roller

One-dimensional touch scroller with momentum and elastic pagination
JavaScript
4
star
66

test-cli-preset

JavaScript
3
star
67

generator-extension

A Chrome extension generator
JavaScript
3
star
68

generator-dude

A personal Yeoman generator
JavaScript
3
star
69

blaze-local-state

Local reactive state for Blaze templates
JavaScript
3
star
70

tester

webhook tests.
JavaScript
2
star
71

gulp-component-updater

Gulp-friendly module to auto add/delete files in your component.json
JavaScript
2
star
72

grunt-component-add

Automatically add files to component.json
JavaScript
1
star