Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lorenzosinisi/elixir-timetravel

Timetravel simulator following the tutorial about Elixir (Erlang)
https://github.com/lorenzosinisi/elixir-timetravel

Last synced: 3 days ago
JSON representation

Timetravel simulator following the tutorial about Elixir (Erlang)

Awesome Lists containing this project

README

        

# Timetravel test app in Elixir

Just testing Elixir programming language

**TODO: write tests**

## Installation

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

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

def deps do
[{:portal, "~> 0.0.1"}]
end

2. Ensure portal is started before your application:

def application do
[applications: [:portal]]
end