ExPhaxio
An Elixir client for Phaxio.
Warning: this is not production-ready! Use at your own risk.
Configuration
You will need a key and secret from your Phaxio console.
config :ex_phaxio,
phaxio_key: "PHAXIO_KEY",
phaxio_secret: "PHAXIO_SECRET"Installation
def deps do
[
{:ex_phaxio, "~> 0.1.0"}
]
endDevelopment
It's recommended to use your test key while developing (so as to not incur charges).
License
ExPhaxio free software licensed under MIT.