Pokemon's description in Shakespeare style.
This project has been a testing playground for:
- evaluating Codeium capabilities for Golang
- getting my feet wet at using resty library as an http client.
This is a Go project, installing a golang compiler is a must.
- clone the project then
go build
- run
./shakemon
- from a terminal:
curl localhost:8080/translate/pokemon/pikachu | jq
or any other celebrity Pokemon - output by the Bard itself:
{
"name": "pikachu",
"description": "At which hour several of these pokémon gather, their electricity couldst buildeth and cause lightning storms."
}
(Note: jq
is but a pretty printing of the json output; skip it if unpleasant)
Pretty darn good, I have been pleasantly impressed.
Read the full experience of this mini experiment to see what it has been capable of.