Official Elixir API Client for the Sms77.io SMS Gateway
Installation
Add the package to your mix.exs dependencies:
def deps do
[{:sms77, "~> 0.1"}]
endFetch dependencies and start elixir console:
mix deps.get
iex -S mixExample
# If your API key is not set as environment variable SMS77_API_KEY
# Application.put_env(:sms77, :api_key, "INSERT_YOUR_SMS77_API_KEY")
Sms77.Balance.get!Support
Need help? Feel free to contact us.