Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

A tiny Node.js microservice to convert markdown to raw DraftJS content state and vice-versa

License

Notifications You must be signed in to change notification settings

withspectrum/micro-markdown-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-markdown-converter

A tiny Node.js microservice to convert markdown to raw DraftJS content state and back.

Deployment

Your own micro-markdown-converter is one click away:

Deploy to now

You can also deploy with a single command from the terminal (assuming you have now installed):

now withspectrum/micro-markdown-converter

Usage

Ping /to with raw DraftJS content state as the body, or /from with markdown as the body, and it will be converted to the other.

Development

git clone git@github.com:withspectrum/micro-markdown-converter.git
npm run dev

The server will then be listening at localhost:3000.

Updating

The master branch of this repository is what you will be deploying. To update to a new version with potential bugfixes, all you have to do is run the now command again and change the URL you call in your app! 👌

License

Copyright (c) 2019 Maximilian Stoiber, licensed under the MIT license. See LICENSE.md for more information.

About

A tiny Node.js microservice to convert markdown to raw DraftJS content state and vice-versa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages