Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 776 Bytes

File metadata and controls

26 lines (19 loc) · 776 Bytes

Elixir & LiquidPlanner

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).

Installation

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"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/liquidplanner.