Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 503 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 503 Bytes

BankEventFetcher

To use this library, you need to setup the gmail node.js sdk by following the instructions here

Once you have the credentials.json file, you need to create a .env file in the root directory of the project and add the following:

CARD_EMAIL="<The email address of the card/bank account alert that is sent to your email>"

Then you can run the project using these commands:

npm install
npm run start