Aridjar / gatherer

An library to handle multiple aggregator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An library to handle multiple aggregator

License:MIT License


Languages

Language:Elixir 100.0%