GitXplorerGitXplorer
p

trello-overview

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
02808341e4c9667e5fb1ae68f4b48e663e908709

Update favicon and add Safari pinned tab icon

pp2 committed 9 years ago
Unverified
26c96bf9ce018f9bd28661d0e87765471953bfb9

More robust 401 detection

pp2 committed 9 years ago
Unverified
a50edd21c70483e0a9a63228d28bbd4fa0605734

Auto-refresh every half hour

pp2 committed 9 years ago
Unverified
737fadb4960beb327b77161887b65fbe8aca015c

Automatically prompt to login on stale token

pp2 committed 10 years ago
Unverified
67c273b033c75ff3bbb5c0587e0a3ae1987f7f4a

Add links to boards in board title

pp2 committed 10 years ago
Unverified
65eb6df0ae285865fd0b7508c4d177cd34b9e25f

Add content encoding, favicon

pp2 committed 10 years ago

README

The README file for this repository.

Trello Card Overview

Simple JavaScript web app that pulls all cards that you are a member of, by board, and lists them by due date (if any). Very very basic at the moment, you can test a hosted version here.

API Key

This app uses the trello.js client, which requires an API key. You will have to generate your own key and paste it into index.html in place of YOUR_API_KEY. This git repo is set up to always replace that line of code without your API key by using hidekey.sh, as outlined here.