Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 704 Bytes

File metadata and controls

43 lines (35 loc) · 704 Bytes

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