Current section
Files
Jump to
Current section
Files
README.md
# geni3_org
`geni3_org` is a minimal Hex package for the Geni3 AI video generator website.
- Homepage: https://www.geni3.org
- Hex: https://hex.pm/packages/geni3_org
- Docs: https://hexdocs.pm/geni3_org
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:geni3_org, "~> 0.1.0"}
]
end
```
Then use it:
```elixir
Geni3Org.homepage()
Geni3Org.summary()
```