An open API service indexing awesome lists of open source software.

https://github.com/jaythomas/elixir-identicon

Generate github-style identicons in elixir
https://github.com/jaythomas/elixir-identicon

Last synced: about 2 months ago
JSON representation

Generate github-style identicons in elixir

Awesome Lists containing this project

README

          

# Identicon

Generate github-style identicons

## Up and going

In the root folder, run:
```sh
# Install dependencies
mix deps.get
# Launch iex interactive with the hex loaded
iex -S mix
```

Once in, generate an identicon file by giving it a name:
```elixir
Identicon.main("erlang")
```

Which will output a png file in the root named "erlang.png".

And that's it! Have fun.