Skip to content

emerleite/content-gateway-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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