{"id":25195697,"url":"https://github.com/modrev-ai/plaid-transaction","last_synced_at":"2026-05-06T08:31:35.986Z","repository":{"id":44690463,"uuid":"453865674","full_name":"modrev-ai/plaid-transaction","owner":"modrev-ai","description":"Use of Plaid to access bank transaction history","archived":false,"fork":false,"pushed_at":"2023-04-01T02:07:25.000Z","size":1396,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T20:44:22.528Z","etag":null,"topics":["docker","docker-compose","fintech","plaid","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/modrev-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-31T03:16:09.000Z","updated_at":"2024-12-28T16:42:31.000Z","dependencies_parsed_at":"2025-02-10T16:15:23.426Z","dependency_job_id":null,"html_url":"https://github.com/modrev-ai/plaid-transaction","commit_stats":null,"previous_names":["modrev-ai/plaid-transaction","jshinm/plaid-transaction"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/modrev-ai/plaid-transaction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modrev-ai%2Fplaid-transaction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modrev-ai%2Fplaid-transaction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modrev-ai%2Fplaid-transaction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modrev-ai%2Fplaid-transaction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modrev-ai","download_url":"https://codeload.github.com/modrev-ai/plaid-transaction/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modrev-ai%2Fplaid-transaction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32684598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","fintech","plaid","typescript"],"created_at":"2025-02-10T01:15:56.925Z","updated_at":"2026-05-06T08:31:35.972Z","avatar_url":"https://github.com/modrev-ai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plaid Bank Transaction Dashboard\nPlaid is an app which allows 3rd party connection to many banking institutions. The merit of this app is the functionality that makes multi-access possible.\n\u003c!-- ![dashboard](img/dashboard-1.png) --\u003e\n\u003cimg src='img/dashboard-1.png' width=80%\u003e\n\nFurther, the app conveniently extracts transaction histories of each account, which is the primary reason for me to study Plaid for my personal finance organization.\n\u003c!-- ![dashboard](img/dashboard-2.png) --\u003e\n\u003cimg src='img/dashboard-2.png' width=80%\u003e\n\n## Environment\nCurrent app was tested in Ubuntu 20.04. Also required is up-to-date Docker for installation.\n\n## Installation\n1. Set up dotenv file for log in credential\n```\ncp .env.template .env\n```\n\n- Setting up dotenv file\n\n    - Initially we have to create an environment file for login credential. Simple use .env.template and create .env file. The `PLAID_CLIENT_ID` and `PLAID_SECRET_KEYS` can be found on the [key](https://dashboard.plaid.com/team/keys) section of the Plaid dashboard.\n    \n    - `PLAID_ENV` takes either `sandbox` or `development`. In order to actually test the connection to banking institutions, the app has to be loaded as a dev mode, otherwise it will throw credential error when prompted.\n\n    - `REDIRECT_URI` must be matched to the receiving end of the Plaid server. If not deploying for actual service, the local address (https://localhost:3001/oauth-link) is used here. It can be set from the [api](https://dashboard.plaid.com/team/api) section of the Plaid dashboard. Note that as opposed to Plaid tutorial, the address is secure protocol is used (i.e., https instead of http). \n\n        * When run locally, or has any issue with authentification, leave the redirect empty\n\n2. Pull docker image (note that sudo is used in case base environment is used)\n```\nsudo make start\n```\n3. Open https://localhost:3001\n4. For closing service, use the following command\n```\nsudo make stop\n```\n\n\n\n## Additional Information\n* More in-depth explanation can be found from the [original Plaid manual](pattern-readme.md)\n* Other nfcu projects are found [here](https://github.com/morissette/nfcu) and [here](https://github.com/tjhorner/node-nfcu)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodrev-ai%2Fplaid-transaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodrev-ai%2Fplaid-transaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodrev-ai%2Fplaid-transaction/lists"}