mneudert / porterage

Checks, fetches and delivers configurable data sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Checks, fetches and delivers configurable data sources

License:Apache License 2.0


Languages

Language:Elixir 100.0%