An Elixir interface to the Indacoin API.
Add the package to your list of dependencies in mix.exs
:
def deps do
[
{:indacoin, "~> 1.0.2"}
]
end
and run
mix deps.get
Set your API credentials if you do authenticated requests:
config :indacoin,
partner_name: "YOUR_INDACOIN_PARTNER_NAME",
secret_key: "YOUR_INDACOIN_SECRET_KEY"
Contributions to Indacoin are always welcome! You can help us in different ways:
- Open an issue with suggestions for improvements and errors you're facing;
- Fork this repository and submit a pull request;
- Improve the documentation.
Copyright (C) 2018 Andrey Krisanov. The Package is licensed and distributed under the MIT license.