Skip to content

fhall/markdown-transformer-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkdownTransformerService

This is a micro service for transforming Markdown.

Routes

Route Method Parameters Description
/ GET The main route. Contains information about the service
/ POST The content of the payload body will be transformed and returned

Attributions

This project makes use of

  • Slim, a microframework in PHP
  • Parsedown, a Markdown parser in PHP
  • Guzzle, a HTTP client in PHP

Thank you for developing and maintaining these excellent projects.

Releases

No releases published

Packages

No packages published

Languages