A Julia wrapper around https://tinyurl.com/
Since Tinyurl is registered in METADATA.jl
, you can directly install it like,
julia> Pkg.add("Tinyurl")
- Once installed, type and run
using Tinyurl
tinyurl(your_url_here)
julia> using Tinyurl
# dead simple
julia> tinyurl("http://google.com")
"http://tinyurl.com/2tx"
# hmm, is that even needed? ;-)
help?> tinyurl
search: tinyurl Tinyurl
tinyurl(url::AbstractString)
Shortens the supplied URL.