Document converter example

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2020-01-27 18:43:03 +01:00
parent e9347cbfd3
commit 2a6a90dbaf
3 changed files with 101 additions and 0 deletions
@@ -0,0 +1,14 @@
# 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.