Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mieky/clj-trollol
printing out some trello summaries
https://github.com/mieky/clj-trollol
Last synced: about 1 month ago
JSON representation
printing out some trello summaries
- Host: GitHub
- URL: https://github.com/mieky/clj-trollol
- Owner: mieky
- License: mit
- Created: 2015-08-30T10:58:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T07:09:16.000Z (about 9 years ago)
- Last Synced: 2023-03-11T15:24:56.561Z (over 1 year ago)
- Language: Clojure
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clj-trollol
Read cards from Trello and print summaries.
A Clojure equivalent of [trollol](https://github.com/mieky/trollol), mostly for learning purposes.
## Usage
With [leiningen](http://leiningen.org/) installed:
```
cp cards.debug.json.example cards.debug.json
cp config.json.example config.json
LOCAL=yessir KEY=my_key TOKEN=my_token BOARD=my_board lein run
```## TODO
- [ ] set up Travis build
## Acknowledgements
This project is a grateful recipient of the [Futurice Open Source sponsorship program](http://futurice.com/blog/sponsoring-free-time-open-source-activities).
## License
[MIT](https://github.com/mieky/clj-trollol/blob/master/LICENSE)