All Projects → benbalter → word-to-markdown-server

benbalter / word-to-markdown-server

Licence: MIT license
A hosted version of the Word to Markdown gem

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
typescript
32286 projects
Dockerfile
14818 projects
shell
77523 projects
SCSS
7915 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].