Skip to content

chriswgerber/trello-for-statusboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Trello Lists for StatusBoard

A simple jQuery plugin to display the cards and labels for a Trello list inside of a Statusboard.

Directions

All you need is a User Token and the ID for the list you want to display.

Click Here to Generate a User Token

Edit statusboard.html and add in your list ID and token. You can adjust the refresh interval, but 20 seconds should provide a speed enough reload without refreshing too often.

$('div#theList1').trelloList( {
    "user_token" : '', // Token you generated
    "list_id"    : '', // ID of the list to display
    "refreshRate": 20000 // Refresh interval in MS. Default is 20 seconds
});

Getting the ID of a list

The easiest way is to paste your token and the ID of the board into:

https://api.trello.com/1/boards/{BOARD_ID}/lists?key=83daea8130ecd89af1d8ab43695e84e8&token={USER_TOKEN}

And grab the ID from there.

Label Colors

I've set the label colors to match the labels found in Trello, including the recent color adjustments and the ability to add unlimited labels.

However, if you would like to change or customize the color of the labels, you can do so in css/_colors.scss.

Example:

Example List

Screenshots

Horizontal Screenshot Vertical Screenshot

About

Embedded Trello lists in Panic's Statusboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published