Tested with ePer v.76 data
Use config/mix.exs
to set paths for ePER data files.
base_path = ""
config :eper_backend,
image_path: "#{base_path}/images",
vin_database: "#{base_path}/SP.CH.03818.FCTLR",
parts_database: "#{base_path}/SP.DB.03818.FCTLR"
If available in Hex, the package can be installed
by adding eper_backend
to your list of dependencies in mix.exs
:
def deps do
[
{:eper_backend, "~> 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/eper_backend.