RandomPuppy 
Get a URL to a random puppy image.
Installation
If available in Hex, the package can be installed as:
-
Add
random_puppyto your list of dependencies inmix.exs:
```elixir
def deps do
[{:random_puppy, "~> 0.1.0"}]
end
```-
Ensure
random_puppyis started before your application:
```elixir
def application do
[applications: [:random_puppy]]
end
```