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.
Deploy to Heroku
This requires a multi-buildpack in order to install LibreOffice