Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sasankyadavalli/msg91
MSG91 API library for Elixir
https://github.com/sasankyadavalli/msg91
elixir elixir-lang hex msg91
Last synced: 17 days ago
JSON representation
MSG91 API library for Elixir
- Host: GitHub
- URL: https://github.com/sasankyadavalli/msg91
- Owner: sasankyadavalli
- Created: 2017-10-08T13:27:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T18:08:06.000Z (about 7 years ago)
- Last Synced: 2024-10-30T00:34:10.633Z (2 months ago)
- Topics: elixir, elixir-lang, hex, msg91
- Language: Elixir
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Msg91
**MSG91 API library for Elixir**
## Installation
The package can be installed by adding `msg91` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:msg91, "~> 0.1.0"}
]
end
```
Docs can be found at [https://hexdocs.pm/msg91/0.1.0](https://hexdocs.pm/msg91/0.1.0).## Configuration
```elixir
config :msg91, Msg91,
authkey: "MSG91_APIKEY",
sender: "SENDER_NAME",
route: 4,
country_code: 91
```