Show HN: I made a GitHub Flavored Markdown API

12 points by symkat ↗ HN
tl;dr: My first Ruby project: https://github.com/symkat/GFM-Service

Something I have wanted for a long time, has been to use GitHub Flavored Markdown in projects. Since those projects haven't been Ruby, using the awesome libraries GitHub's released has been a non-started.

Now, running this and using HTTP and JSON from any language lets me use GitHub Flavored Markdown in my projects.

4 comments

[ 3.7 ms ] story [ 18.1 ms ] thread
nice. I have been interested in something like this for a while
Nice job! Actually have a side project ill get to use this in. Thank you!
Good work. The lack of availability in anything other than Ruby has been a bit of a pain. Now if only GFM was ported into Javascript.