If you've problems to collect money, I'll give you a help. Because the problem isn't how much do you earn, but how much do you spend.
- First step: It's so simple, but necessary who you'll create an account on organizze. Why you need do that? Because the organizze has an api and It'll help you to organize your financial.
- Second step: You need to read that simple Portuguese steps to create your access token.
- Third step: You should to create an account on sendgrid service, after account created, access the documentation to create your app key is very simple.
- Fourth step: To scheduled your app, you need to create an aws account, to use the lambda service. To build the lambda deploy, I used the serverless, because it's simple and I don't want to worry it. In this serverless post you can read the how to easy for create a lambda function with serverless.
$ export DUCK_MONTH_BUDGET_CENTS=100
$ export DUCK_GOAL_CENTS=100
$ export DUCK_FROM=duck@example.com
$ export DUCK_TO=duck@example.com
$ export SENDGRID_KEY=xxxx
$ export ORGANIZZE_USER=duck@example.com
$ export ORGANIZZE_PASSWORD_KEY=xxxx
$ export ORGANIZZE_NAME="First Name Last Name"
- create another test cases.
- refactor for create a simple app.
- improve the documentation.