text_2_sign v0.1.0 Text2Sign.Fetcher

The Text2Sign.Fetcher module allows the fetching of the url for the given word.

Functions:

- fetch/1

Summary

Functions

The fetch/1 function takes a string type word as an argument and returns a tuple with the status and the url for the given word

Functions

fetch(word)

The fetch/1 function takes a string type word as an argument and returns a tuple with the status and the url for the given word.

Example:

iex> Text2Sign.Fetcher.fetch("Word")

{:ok, some_url}