/word-to-markdown-server

A hosted version of the Word to Markdown gem

Primary LanguageRubyMIT LicenseMIT

Word-to-Markdown Server

Build Status

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 word2md.com.

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

Usage

Visit the site, run it locally, or deploy to Heroku.

Docker

NOTE: When running Docker Windows Desktop make sure you are running the application in a Linux Container.

docker build -t w2m .
docker run -p 3000:3000 w2m
open http://localhost:3000