sms77

A basic Elixir wrapper for the Sms77.io SMS Gateway API.


License
MIT

Documentation

Sms77.io Logo

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"}]
end

Fetch dependencies and start elixir console:

mix deps.get
iex -S mix

Example

# 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.

MIT