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

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

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
```