Permits printing of Trello cards into small cards of four per page for sorting.
- Download the repo.
- Using your CLI, navigate to the repo's root directory and type
npm install
. - Get the organization name of the team you wish to see the boards for. You can find that on Trello by clicking your avatar -> Profile, selecting the team listed under "Teams", and taking it from the URL of the team: for example
https://trello.com/superfunteam
, the organization name issuperfunteam
. Assign this to the constantORG_NAME
in the file/assets/js/react/utils/constants.js
. - Get an API Key by going to https://trello.com/app-key and assign it to the constant
TRELLO_API_KEY
in/assets/js/react/utils/constants.js
. - Get a Token from the same page in Step #4 and clicking on the 'Token' link, and assign it to the constant
TOKEN
in/assets/js/react/utils/constants.js
. - Build your code by running
npm run webpack
. - Set up the repo as a site in IIS (or your private hosting environment of choice) and navigate to
index.html
.
DO NOT UPLOAD YOUR CODE TO A PUBLIC HOSTING ENVIRONMENT
As this code uses an API key and a token with access to your teams' boards, you do not want this data available to the public. Please only use this in a private environment.
- Navigate to
index.html
in your browser of choice. - From the dropdown, select a board.
- Print.