Taxjar

A client library for use of the TaxJar API.

Documentation

The docs can be found at https://hexdocs.pm/taxjar.

TODO:

Installation

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

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