An interface to the LiquidPlanner API via Elixir.
This is my first Elixir lib, (and I'm fairly new to Elixir itself), so please excuse any big mistakes & help with bugfixes / features (or at least bug reports and feature requests).
NOT YET AVAILABLE IN HEX!!!!
If available in Hex, the package can be installed
by adding liquidplanner to your list of dependencies in mix.exs:
def deps do
[
{:liquidplanner, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/liquidplanner.