Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```