ExNexmo
TODO: Add description
Installation
If available in Hex, the package can be installed as:
- Add
ex_nexmoto your list of dependencies inmix.exs:
```elixir
def deps do
[{:ex_nexmo, "~> 0.1.0"}]
end
```
- Ensure
ex_nexmois started before your application:
```elixir
def application do
[applications: [:ex_nexmo]]
end
```
TODO
- Send message through SMS API
- View account balance
- Topup account balance