Files
kapow/examples/advanced/01_DocumentConverter
Roberto Abdelkader Martínez Pérez 22e9fc9f8e Add shebang to examples
2020-02-01 00:17:29 +01:00
..
2020-02-01 00:17:29 +01:00
2020-01-27 18:43:03 +01:00
2020-01-27 18:46:15 +01:00

Document Converter (pandoc) as a Service

A small web gui for pandoc that allows to convert between text formats.

How to run it

$ kapow server DocumentConverter.pow

How to consume it

  1. Visit http://localhost:8080/ from your web browser.
  2. Select and input format. E.g. Markdown
  3. Select and output format. E.g. HTML
  4. Select a file from your disk. E.g. README.md
  5. Press "Convert!"
  6. Enjoy!