https://github.com/jimmymckegger/identicon
Makes identicons out of words
https://github.com/jimmymckegger/identicon
elixir identicon-generator
Last synced: about 1 year ago
JSON representation
Makes identicons out of words
- Host: GitHub
- URL: https://github.com/jimmymckegger/identicon
- Owner: JimmyMcKegger
- License: mit
- Created: 2022-11-16T10:20:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T15:16:20.000Z (about 2 years ago)
- Last Synced: 2025-02-10T21:19:46.836Z (over 1 year ago)
- Topics: elixir, identicon-generator
- Language: Elixir
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Identicon
Identicons are square 250/250 px images generated by the name/ word/ whatever string is provided.
This project makes identicons.
## Installation:
1. Clone this repo
2. Use `mix deps.get` to install dependencies.
3. To open an interactive session use `iex -S mix`.z
### Example:
iex> Identicon.make("foobar")
:ok
>