kpenfound / greetings-api

Repository from Github https://github.comkpenfound/greetings-apiRepository from Github https://github.comkpenfound/greetings-api

greetings-api

A simple greeting api

Try it out!

> go run main.go
...
listening on :8080
> curl -s http://localhost:8080 | jq
{
  "greeting": "Hello"
}

New Frontend!

Hugo frontend located in the website/ directory

About

License:Apache License 2.0


Languages

Language:HTML 56.2%Language:Go 43.8%