We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
A simple url unroller (un-shortener) in elixir
An example of unrolling short urls in Elixir.
Depends onHTTPoison running as an application. e.g. in your mix.exs
defapplicationdo[applications:[:logger,:httpoison]]end
Usage:
>{status,result,response_info}=UrlUnroller.unroll("http://bit.ly/1Bx0zo8"){:ok,"http://blog.semanticart.com/",...}