Skip to content

martti/eper-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EperBackend

Tested with ePer v.76 data

Configuration

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"

Installation

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.

About

Fiat ePER parts browser backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages