Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvarogarcia7/trello-board-converter
Creates a text version of a Trello board
https://github.com/alvarogarcia7/trello-board-converter
board clojure converter data-json json make makefile no-tdd repl trello
Last synced: about 1 month ago
JSON representation
Creates a text version of a Trello board
- Host: GitHub
- URL: https://github.com/alvarogarcia7/trello-board-converter
- Owner: alvarogarcia7
- Created: 2017-06-08T16:40:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T11:06:49.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T03:29:34.998Z (3 months ago)
- Topics: board, clojure, converter, data-json, json, make, makefile, no-tdd, repl, trello
- Language: Clojure
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello board converter
This software converts a Trello board to a Markdown (md) format.
## In and Out of scope
* In: convert to markdown format
* Out: connect to Trello (API) to fetch the JSON## Inputs and outputs
* Receives a JSON file with the exported Trello board
* Dumps the format to the console