gizoogle v0.0.2 Gizoogle

A client for gizoogle.net

Summary

Functions

Translates yo’ text so you can drop a rhyme like a thug

Takes a query strang n’ returns a url dat is ghon be translated ta be pure thug

Functions

translate(text)

Specs

translate(String.t) :: String.t

Translates yo’ text so you can drop a rhyme like a thug

Example:

iex> Gizoogle.translate("My friends call me Richard because they know I make lots of money")
"My fuckin playaz call me Slick Rick cuz they know I make fuckin shitloadz of scrilla"
url(query)

Specs

url(String.t) :: String.t

Takes a query strang n’ returns a url dat is ghon be translated ta be pure thug

When given a url, it translates tha page, otherwise it returns a Gizoogle search

Example:

iex> Gizoogle.url("https://example.com")
"http://www.gizoogle.net/tranzizzle.php?search=https%3A%2F%2Fexample.com&se=Go+Git+Dis+Shiznit"