README.md

# Porterage

Checks, fetches and delivers configurable data sources.

## Setup

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

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

## License

[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)