Project

unshortme

0.0
No commit activity in last 3 years
No release in over 3 years
Use the http://unshort.me API to unshort URL from many providers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Unshortme¶ ↑

A RubyGem for unshort.me API

What is unshort.me?

Unshort.me is a service that let you unshort any URL created using the URL shortening services. Currently, there are too many URL shortening services. Unshort.me provides a single place to unshort all those URLs.

Installation¶ ↑

gem install unshortme

Usage¶ ↑

require 'rubygems'
require 'unshortme'

unshorted = Unshortme.unshort("http://bit.ly/xxxx")