Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.1 KB

Trello Cards to PDF Converter

Uses Node wrapper for Trello’s HTTP API and Puppeteer to Convert Trello Cards from all the Boards of an Organization to PDF. Enjoy. If you use this, please keep me updated on your project!

View Trello’s API documentation online.

Install

npm install node-trello
npm install puppeteer

Getting your key and token

Get your organization ID

This key is used to retreive all the Trello Boards in your oganization. To get this id, sign in to Trello and select Show Menu->More->Print and Export->Export as JSON

Replace in code

var trello = new Trello('your_key', 'your_token');
var organizationID = 'your_organizationID';

Run

node TrelloCardsToPDF.js

License

Released under MIT.