Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/chatgris/currently

currently is a tool to display cards currently assigns on Trello.
https://github.com/chatgris/currently

Last synced: about 2 months ago
JSON representation

currently is a tool to display cards currently assigns on Trello.

Lists

README

        

[![Build Status](https://travis-ci.org/chatgris/currently.png?branch=master)](https://travis-ci.org/chatgris/currently)

# Currently

`currently` is a tool to display cards currently assigned to you on Trello.

## Dependencies

* Elixir >= 1.0

## How to use it?

``` sh
git clone https://github.com/chatgris/currently.git
cd currently
mix deps.get
mix escript.build
./currently configure -k -t
./currently cards
```

You can create a Developer API key on https://trello.com/1/appKey/generate.
For the token, see
https://trello.com/docs/gettingstarted/index.html#getting-a-token-from-a-user.

## Copyright

MIT. See LICENSE for further details.