Trello-RS

|CircleCI| |CratesIO|

Trello API client for the command line written in rust.

To begin, you must set the following two environment variables:

::

export TRELLO_API_DEVELOPER_KEY="<MYKEY>"
export TRELLO_API_TOKEN="<MYTOKEN>"

You can retrieve these values from https://trello.com/app-key/

Once those are set, simply run with cargo run.

.. |CircleCI| image:: https://circleci.com/gh/MichaelAquilina/trello-rs.svg?style=svg :target: https://circleci.com/gh/MichaelAquilina/trello-rs

.. |CratesIO| image:: https://img.shields.io/crates/v/trello-rs.svg :target: https://crates.io/crates/trello-rs