An open API service indexing awesome lists of open source software.

https://github.com/quark-zju/unshorten

Get original URLs from shortened ones.
https://github.com/quark-zju/unshorten

Last synced: about 1 month ago
JSON representation

Get original URLs from shortened ones.

Awesome Lists containing this project

README

        

Unshorten
====

Get original URLs from shortened ones.

Install
----

$ gem install unshorten

Usage
----

Using shell:

$ unshorten bit.ly/vkmMJO
https://github.com/quark-zju/unshorten

Using Ruby:

require 'unshorten'
url = Unshorten['bit.ly/vkmMJO'] # "https://github.com/quark-zju/unshorten"