Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Simple application Translate CLI using Erlang and Elixir.
- Host: GitHub
- URL: https://github.com/fitri-hy/translate-elixir
- Owner: fitri-hy
- License: mit
- Created: 2024-05-11T03:46:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T03:47:44.000Z (6 months ago)
- Last Synced: 2024-09-30T03:41:41.324Z (about 2 months ago)
- Topics: api, cli, elixir, erlang, translate, translator
- Language: Elixir
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```