If a user spent the time to fill out a description for their loan, they're much more likely to repay that loan than someone who didn't.
There's no way to tell if a loan has a description from the loan list. Each loan needs to be individually inspected. 😒
Push notify me when a loan with a description is found.
- Lending Club
- Pushbullet
Start a process that checks every 10 minutes
npm start
Run the process once
npm run once
Install and set up AWS CLI
brew install awscli
aws configure
Create a Lambda function named "LendingClubWatcher"
aws lambda create-function --function-name LendingClubWatcher
Deploy
npm run deploy