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

https://github.com/ilyeshammadi/go-markdown-generator

Simple web app to generate markdown using a go web server and ajax
https://github.com/ilyeshammadi/go-markdown-generator

go golang markdown

Last synced: 3 months ago
JSON representation

Simple web app to generate markdown using a go web server and ajax

Awesome Lists containing this project

README

        

# Go Markdown Generator
Simple web app to generate markdown using a go web server and ajax

## Install the dependencies
```shell
$ go get -v github.com/russross/blackfriday
```

## Run the server
The server will run by default on port `8000`, but you can change it using the `PORT` environment variable.
```shell
$ go run server.go
```

Enjoy !!