Skip to content

aypn0s/WordreferenceElixirApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordreference Elixir Api

Simple way to turn wordreference.com to an API.

Usage example to translate hello word from English to Greek:

iex> WordreferenceElixirApi.translate("hello", "en", "gr")

Returns {:ok, [translations]} or {:error, reason} Some languages argument examples:

  • English: en
  • Greek: gr
  • Spanish: es
  • German: de
  • Turkish: tr
  • French: fr
  • Italian: it
  • Portuguese: pt
  • Russian: ru
  • Polish: pl
  • Swedish: sv
  • Nederlands: nl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages