This is the source code for my weekly meal planner (built on Trello and AWS Lambda).
Read more about it on my blog: https://www.savjee.be/2016/07/Meal-planning-with-trello-and-aws-lambda/
It's currently using the Serverless framework to set up and create the resources on AWS.
Before you begin, make sure that you have installed and configured Serverless.
Installing the dependencies:
npm install
Now copy the config.example.yml
to config.yml
and change these parameters:
- TRELLO_BOARD_ID
- TRELLO_API_TOKEN
- TRELLO_API_KEY
Deploy it to your AWS account:
sls deploy
Please be gentle, I hacked this together on a train ride to work.
Improvements are welcome! Submit pull requests, create issue's or fork away!
See LICENSE file