/porterage

Checks, fetches and delivers configurable data sources

Primary LanguageElixirApache License 2.0Apache-2.0

Porterage

Checks, fetches and delivers configurable data sources.

Setup

Add the library as a dependency to your mix.exs file:

defp deps do
  [
    # ...
    {:porterage, "~> 0.1.0"},
    # ...
  ]
end

License

Apache License, Version 2.0