Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fitri-hy/translate-elixir

Simple application Translate CLI using Erlang and Elixir.
https://github.com/fitri-hy/translate-elixir

api cli elixir erlang translate translator

Last synced: 2 days ago
JSON representation

Simple application Translate CLI using Erlang and Elixir.

Awesome Lists containing this project

README

        

# Translate CLI Elixir

Simple application Translate CLI using Erlang and Elixir.

## Erlang
- Download: https://www.erlang.org/downloads
- Dicumentations: https://www.erlang.org/doc/

## Elixir
- Download & Install: https://elixir-lang.org/install.html

## Verify Installation

After installation, open your terminal and type the following command to verify the installation:

```
erl -v
elixir --version
```

You will see Erlang and Elixir version information if the installation is successful.

## Instalation Project

```
git clone https://github.com/fitri-hy/translate-elixir.git
cd translate-elixir
mix deps.get
mix run -e App.start
```