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