Turbonator0 / Godspeak

Godsay (I accidentally called it Godspeak and am too lazy to fix) done in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godsay API in Go

Requires:

  • Go
  • Make (Optional, compile with go build -o godspeak server.go speak.go)

Usage

curl 0.0.0.0:8080/god (Defaults to 10 words)

curl 0.0.0.0:8080/god?count=N Where N is the desired number of words

curl 0.0.0.0:8080/god?count=N&mode=X Where X is plain or json, omitting defaults to plain

About

Godsay (I accidentally called it Godspeak and am too lazy to fix) done in Golang


Languages

Language:Go 94.9%Language:Makefile 5.1%