GitXplorerGitXplorer
q

unshorten

public
15 stars
9 forks
3 issues

Commits

List of commits on branch master.
Unverified
d87131712d12d94db6380b7b35e7d91a149d9e66

Update SPDX license

qquark-zju committed a year ago
Unverified
acaed89ca5d3da77633482a086beba7acf78c6fe

Bump to 0.3.4 (#1)

ggragtah committed a year ago
Unverified
59aac7ce77544c4686e237afbe7ac5b4eae516d6

Updated URI.encode call

ggragtah committed a year ago
Unverified
7e0278c63a3d4fa49f349bce7523e3974f244374

Update rake requirement from ~> 10.1 to ~> 13.0

ddependabot[bot] committed 5 years ago
Unverified
640a6e1adae130ca3110f27dd5332e86815439ff

Bump to 0.3.3

qquark-zju committed 9 years ago
Unverified
a4788848374f5c6e1a97218e3b1408aa77780c10

Add follow_codes option

qquark-zju committed 9 years ago

README

The README file for this repository.

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"