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: 3 months ago
JSON representation
currently is a tool to display cards currently assigns on Trello.
- Host: GitHub
- URL: https://github.com/chatgris/currently
- Owner: chatgris
- License: mit
- Created: 2013-07-22T06:46:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T06:43:38.000Z (about 9 years ago)
- Last Synced: 2024-10-06T04:19:02.286Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 1.83 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - A tool to display cards currently assigns on Trello. (Third Party APIs)
- fucking-awesome-elixir - currently - A tool to display cards currently assigns on Trello. (Third Party APIs)
- awesome-elixir - currently - A tool to display cards currently assigns on Trello. (Third Party APIs)
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.