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
- Host: GitHub
- URL: https://github.com/ilyeshammadi/go-markdown-generator
- Owner: ilyeshammadi
- Created: 2017-03-28T05:12:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T05:13:07.000Z (about 8 years ago)
- Last Synced: 2025-01-10T02:51:41.937Z (5 months ago)
- Topics: go, golang, markdown
- Language: HTML
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !!