github.com/ignacy/list_trello_cards

Small utility that lists cards of a Trello list


Install
go get github.com/ignacy/list_trello_cards

Documentation

Description

This is a small utility that will list URL's for all cards in a selected list.

Configuration

Environment variables that need to be set:

appKey  = os.Getenv("TRELLO_APP_KEY")
token   = os.Getenv("TRELLO_TOKEN")
boardId = os.Getenv("TRELLO_BOARD_ID")