Elixir bindings to deepL's API
Go to file
FloatingGhost fd72e36419 add support for pro tier 2022-08-28 20:33:24 +01:00
lib add support for pro tier 2022-08-28 20:33:24 +01:00
test initial commit 2022-08-28 20:32:46 +01:00
.formatter.exs initial commit 2022-08-28 20:32:46 +01:00
.gitignore initial commit 2022-08-28 20:32:46 +01:00
README.md initial commit 2022-08-28 20:32:46 +01:00
mix.exs initial commit 2022-08-28 20:32:46 +01:00
mix.lock initial commit 2022-08-28 20:32:46 +01:00

README.md

DeepLex

TODO: Add description

Installation

If available in Hex, the package can be installed by adding deep_lex to your list of dependencies in mix.exs:

def deps do
  [
    {:deep_lex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/deep_lex.