https://github.com/nwjlyons/haiku
Random name generator Elixir library
https://github.com/nwjlyons/haiku
elixir
Last synced: 8 months ago
JSON representation
Random name generator Elixir library
- Host: GitHub
- URL: https://github.com/nwjlyons/haiku
- Owner: nwjlyons
- Created: 2020-03-23T20:06:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T19:48:34.000Z (over 6 years ago)
- Last Synced: 2025-04-02T18:52:25.878Z (about 1 year ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haiku
Haiku (meaning a very short form of [Japanese poetry](http://en.wikipedia.org/wiki/Haiku)) is a random name generator.
## Installation
```
def deps do
[
{:haiku, github: "nwjlyons/haiku", tag: "v0.1.0"}
]
end
```