Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 428 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 428 Bytes

Instamojo

Elixir bindings for Instamojo REST API.

Installation

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

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

Docs can be found at https://hexdocs.pm/instamojo.

Configuration

config :instamojo,
  key: "INSTAMOJO_API_KEY",
  token: "INSTAMOJO_AUTH_TOKEN"