- Clone the repo
git clone https://github.com/steelWinds/identavatar
- Install modules
go mod tidy
- Run tests
make test
- Build docker image and run it
make build
- Or run docker-compose with Air
make up
squares: Int (required)
- amount of squaressize: Int (required)
- size of squareword: String (required)
- your word
http://localhost:3180/?squares=6&size=30&word=mycoolword
Distributed under the MPL v2 License. See LICENSE.txt for more information.