Skip to content

SpiffGreen/markdown-parser

Repository files navigation

Markdown-Parser API

An api for parsing markdown to html and html to markdown

Usage

For any functions simply make a post request to the specified routes below:

The expected data format is application/json

Installation

$ git clone https://github.com/SpiffGreen/markdown-parser.git
cd markdown-parser
npm install

Build Dependencies

$ npm build

Test

$ npm test

Run App

For Production

$ npm run start

For Development

$ npm run dev

License

MIT Licensed