Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/lorenzosinisi/elixir-timetravel
- Owner: lorenzosinisi
- Created: 2016-01-04T20:46:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T20:49:33.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T13:09:38.705Z (8 months ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"}]
end2. Ensure portal is started before your application:
def application do
[applications: [:portal]]
end