Quick and dirty companion server for the excellent Trello-Folds Chrome extension.
Two way sync between a custom field and position in list.
- Move a card by changing the 'Status' custom field on a card.
- Change the 'Status' custom field on a card by moving the card to a section.
Setup a 'Status' custom field in Trello, with a list of options, i.e:
- Todo
- Progress
- Done
Segment your lists with the same values:
- ## Todo
- ## Progress
- ## Done
.env or environment variables:
PORT
: Listen to this portBASE_URL
: URL where this server can be reached from external networkTRELLO_KEY
: Your Trello API keyTRELLO_TOKEN
: You Trello API tokenTRELLO_BOARDS
: Comma separated list of Trello board IDsTRELLO_FIELD
: Name of the Trello custom field list to sync with Trello-Folds sections