Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.41 KB

View Trello boards as a simple html list. Optionally save to disk so that you can re-open in your favorite editor, or MS-Word if you have to :)

Overview

Source code for the Trellista web page. This example exports only the most basic data. Review the Trello API docs for more information.

Usage

To use the live site, head over to http://trellista.pagodabox.com and connect to Trello. View and export your boards.

Installation

Of course you don't trust another site to connect to your Trello account! To view your boards just clone the repo and load index.html.

A php enabled web server is required if you want to save the lists as html. (or re-create save.php file for your preferred server-side language)

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

License

Trellista is open-sourced software licensed under the MIT License.