Packages

OAuth2 Strategy to authenticate with Poniverse.net

Current section

Files

Jump to
poniverse README.md
Raw

README.md

# Poniverse
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `poniverse` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:poniverse, "~> 0.1.0"}]
end
```
2. Ensure `poniverse` is started before your application:
```elixir
def application do
[applications: [:poniverse]]
end
```