/gatherer

An library to handle multiple aggregator

Primary LanguageElixirMIT LicenseMIT

Gatherer

Aggregator is an aggregator application for Elixir based on HTTPoison (http client) and Poison (Json librairy).

If you need to call the same url based on a

Installation

If available in Hex, the package can be installed by adding gatherer to your list of dependencies in mix.exs:

def deps do
  [
    {:gatherer, "~> 0.1.0"}
  ]
end

Then, update your dependencies:

$ mix deps.get
$ mix deps.compile

Configuration

TODO

There is two list here:

  1. The first one is about the base elements to have a working dependency.
  2. The second list

Base form

  • Handle one service
  • Handle multiple services

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/gatherer.