/word-to-markdown-demo

A demo site for the word-to-markdown gem

Primary LanguageRubyMIT LicenseMIT

Word-to-markdown demo site

Live demo

This project contains a lightweight server implementation of word-to-markdown for converting Word Documents as a service.

To run the server, simply run script/server and open localhost:9292 in your browser. The server can also be run on Heroku.

A live version runs at word-to-markdown.herokuapp.com.

You can also use it as a service by posting raw HTML to /raw, which will return the raw markdown in response.

Usage

Deploy to Heroku

Some notes

This requires a multi-buildpack in order to install LibreOffice

## Local deploy

Requires ruby 2.2.3 at least as well as an execjs runtime (eg. Node.js)