Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sasankyadavalli/instamojo
Instomojo Payment Gateway API library for Elixir
https://github.com/sasankyadavalli/instamojo
elixir elixir-lang hex instamojo instamojo-api instamojo-payment-gateway
Last synced: about 1 month ago
JSON representation
Instomojo Payment Gateway API library for Elixir
- Host: GitHub
- URL: https://github.com/sasankyadavalli/instamojo
- Owner: sasankyadavalli
- Created: 2017-11-02T22:09:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T05:07:09.000Z (about 7 years ago)
- Last Synced: 2024-11-21T10:20:31.866Z (about 2 months ago)
- Topics: elixir, elixir-lang, hex, instamojo, instamojo-api, instamojo-payment-gateway
- Language: Elixir
- Homepage: https://hex.pm/packages/instamojo
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instamojo
**Elixir bindings for Instamojo REST API.**
## Installation
The package can be installed by adding :instamojo to your list of dependencies in mix.exs:
```elixir
def deps do
[
{:instamojo, "~> 0.1.0"}
]
end
```
Docs can be found at [https://hexdocs.pm/instamojo](https://hexdocs.pm/instamojo).## Configuration
```elixir
config :instamojo,
key: "INSTAMOJO_API_KEY",
token: "INSTAMOJO_AUTH_TOKEN"
```