/greetings-api

Primary LanguageHTMLApache License 2.0Apache-2.0

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