Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 827 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 827 Bytes

ContentGateway

Build Status Coverage Status

A Gateway to fetch external content for 3rd party services.

Installation

If available in Hex, the package can be installed as:

  1. Add content_gateway to your list of dependencies in mix.exs:
    def deps do
      [{:content_gateway, "~> 0.1.0"}]
    end
  1. Ensure content_gateway is started before your application:
    def application do
      [applications: [:content_gateway]]
    end