Skip to content

sasankyadavalli/msg91

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Msg91

MSG91 API library for Elixir

Installation

The package can be installed by adding msg91 to your list of dependencies in mix.exs:

def deps do
  [
    {:msg91, "~> 0.1.0"}
  ]
end

Docs can be found at https://hexdocs.pm/msg91/0.1.0.

Configuration

config :msg91, Msg91,
  authkey: "MSG91_APIKEY",
  sender: "SENDER_NAME",
  route: 4,
  country_code: 91

About

MSG91 API library for Elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages