bertjohnson / Trello-Ticker

Simple HTML / Angular application that allows a Trello board to be displayed as a news ticker.

Home Page:https://bertjohnson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trello Ticker

Simple HTML / AngularJS application that allows a Trello board to be displayed as a news ticker. Designed for Twitch streaming.

Easily update your viewers on your current and planned tasks through Trello's UI.

Sample Screenshot

Trello Ticker example

Configuration

  1. Download trello-ticker.html, trello-ticker.js, and trello-ticker.css to the same directory (or update references within trello-ticker.html to reflect their new locations)
  2. Edit trello-ticker.js with the following required parameters:
  3. apiKey: Your Trello API key, retrieved from https://trello.com/app-key.
  4. boardId: The ID of the public Trello board to follow.
  5. activeListName: Name of the primary list containing active cards to show.
  6. workingSetListName: Name of the secondary list containing queued cards to show.
  7. Optionally, edit trello-ticker.js with the following optional parameters:
  8. lineBreak: Character to delimit linebreaks (e.g., ":" would insert a line break between "Now:" and "Current task").
  9. refreshFrequency: Frequency to check for card updates, in milliseconds.
  10. retainLineBreak: Whether the line break character should also be rendered.
  11. title: Title card text to show. Blank for no title card.
  12. Edit trello-ticker.css to match the desired styling for your news ticker.
  13. Add to your streaming program (e.g., XSplit, OBS) as a "media file" source, pointing to trello-ticker.html.

License

Copyright © 2015 Bert Johnson

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Simple HTML / Angular application that allows a Trello board to be displayed as a news ticker.

https://bertjohnson.com

License:MIT License


Languages

Language:JavaScript 73.1%Language:HTML 16.4%Language:CSS 10.5%