Use to send sms and validate phone numbers.
SmsUP is a Swiss platform for sending sms. This package permits to send sms and generate some One Time Password stored in memory for a given time.
The package can be installed by adding sms_up
to your list of dependencies in mix.exs
:
def deps do
[
{:sms_up, "~> x.x.x"}
]
end
Documentation can be generated with ExDoc and published on HexDocs.
The docs can be found at https://hexdocs.pm/sms_up.