Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 744 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 744 Bytes

Open Finance Integration Project

Overview

This project provides a solution to fetch card and account information from Open Finance and automatically populate a Notion database using the Notion API. It's designed to help users effortlessly manage their financial data within a Notion workspace.

Dependencies

Getting started

  1. Clone the repo
git clone https://github.com/danielmesquitta/openfinance
  1. Install the required packages:
make install
  1. Create your .env file
cp .env.example .env
  1. Configure your .env file with your credentials

  2. Execute the project

make