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