README.md
# happyhorse20_com
`happyhorse20_com` is a minimal Hex package for the HappyHorse AI video generator website.
- Homepage: https://www.happyhorse20.com
- Hex: https://hex.pm/packages/happyhorse20_com
- Docs: https://hexdocs.pm/happyhorse20_com
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:happyhorse20_com, "~> 0.1.0"}
]
end
```
Then use it:
```elixir
Happyhorse20Com.homepage()
Happyhorse20Com.summary()
```