Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhyegocalota/writing-backwards-elixir-dojo-challenge


https://github.com/dhyegocalota/writing-backwards-elixir-dojo-challenge

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# PhoneDialer [![Build Status](https://travis-ci.org/dhyegofernando/dojo-s02e01-escrevendo-celular-contrario-elixir.svg?branch=master)](https://travis-ci.org/dhyegofernando/dojo-s02e01-escrevendo-celular-contrario-elixir)

Library written in Elixir as a fork from the [original source code for Coding Dojo S02E01](https://github.com/devmatogrosso/dojo-s02e01-escrevendo-celular-contrario)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `phone_dialer` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:phone_dialer, "~> 0.1.0"}]
end
```

2. Ensure `phone_dialer` is started before your application:

```elixir
def application do
[applications: [:phone_dialer]]
end
```