OpenNodex
A (very) simple interface to opennode.co - more to come if this gets wings.
Installation
If available in Hex, the package can be installed
by adding opennodex
to your list of dependencies in mix.exs
:
def deps do
[
{:opennodex, "~> 0.1.1"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/opennodex.
Configuration
In your config.exs, place a line that sets the api_key
for :opennodex
:
config :opennodex, api_key: "[your api_key here]"