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- Install
Homebrew - Run
brew bundle - Run
mise i - Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.