An open API service indexing awesome lists of open source software.

https://github.com/spiffgreen/markdown-parser

An api for parsing markdown to html and html to markdown
https://github.com/spiffgreen/markdown-parser

code-minifier css html html-to-markdown javascript markdown-to-html parser

Last synced: 2 months ago
JSON representation

An api for parsing markdown to html and html to markdown

Awesome Lists containing this project

README

          

## 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:
* Markdown To HTML - https://abc
* HTML To Markdown - https://abc
* HTML(minify) - https://abc
* CSS(minify) - https://abc
* Javascript(minify) - https://abc

The expected data format is `application/json`

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

### Build Dependencies
```sh
$ npm build
```

### Test
```sh
$ npm test
```

### Run App
For Production
```sh
$ npm run start
```

For Development
```sh
$ npm run dev
```

### License
[MIT](./LICENSE) Licensed