Skip to content

Commit

Permalink
Merge branch 'master' of github.com:deissh/avagen
Browse files Browse the repository at this point in the history
  • Loading branch information
deissh committed Jun 3, 2020
2 parents a36f0a6 + 20181ff commit 90e9a3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ $ avagen g "Fist Second" --plugin identicon> image.png
$ avagen serve
$ avagen serve --addr 0.0.0.0:8080
# request
$ curl --output avatar.png http://0.0.0.0:8080?name=Example%20Name&type=jpeg
$ curl --output avatar.png http://0.0.0.0:8080?name=Avagen
$ curl --output avatar.png http://0.0.0.0:8080?name=Best&size=512&fsize=200
$ curl --output avatar.png http://0.0.0.0:8080?name=Example%20With%20Type&type=jpeg
```

```go
Expand Down

0 comments on commit 90e9a3d

Please sign in to comment.