readme.md

# excows

> Get ASCII cows

[![Build Status](https://travis-ci.org/sotojuan/excows.svg?branch=master)](https://travis-ci.org/sotojuan/excows)

## Install

In your `mix.exs`:

```elixir
defp deps do
  [
    {:excows, "~> 1.0.0"}
  ]
end
```

Then run `mix deps.get`.

## Usage

Check out the fancy Hexdocs [here](https://hexdocs.pm/excows/).

Getting all cows:

```elixir
ExCows.get
```

Getting a random cow and printing it:

```elixir
IO.puts ExCows.random
```

```
         (__)
         (oo)
  /-------\/
 / |     ||
+  ||----||
   ~~    ~~
     Cow
```

## License

MIT © [Juan Soto](http://juansoto.me)