remotecom / be_challengex

Remote's mailer client to be used on the elixir code challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEChallengex

Library necessary when doing Remote's elixir code challenge

Installation

Add it to your mix.exs file

def deps do
  [
    {:be_challengex, github: "remotecom/be_challengex", tag: "0.0.1"}
  ]
end

Usage

  1. list_names/0
BEChallengex.list_names()
  1. send_email/1
BEChallengex.send_email(%{name: "Ahsoka Tano"}) 

About

Remote's mailer client to be used on the elixir code challenge


Languages

Language:Elixir 100.0%