Sha256: 9bccef40f310942d54ae48572d809bb4435cba2b73de727576820d3cf22746c2
Contents?: true
Size: 518 Bytes
Versions: 1
Compression:
Stored size: 518 Bytes
Contents
= ShortURL == Summary ShortURL is a very simple library to use URL shortening services such as TinyURL or RubyURL. == Installation <tt>$ gem install -r shorturl</tt> == Usage: call-seq: require "shorturl" puts ShortURL.shorten("http://mypage.com") puts ShortURL.shorten("http://mypage.com", :tinyurl) == Thanks - Marcel Molina Jr., Devin Mullins for some ideas - imperator from #ruby-lang (don't know your real name, sorry) for helping me with creating and uploading a RubyGem == Author Vincent Foley
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shorturl-0.1.0 | README |