15 lines
278 B
Markdown
15 lines
278 B
Markdown
# Document Converter (pandoc) as a Service
|
|
|
|
A small web gui for [pandoc](https://pandoc.org) that allows to convert between text formats.
|
|
|
|
## How to run it
|
|
|
|
```
|
|
$ kapow server DocumentConverter.pow
|
|
```
|
|
|
|
|
|
## How to consume it
|
|
|
|
Visit http://localhost:8080/ from your web browser.
|