GitXplorerGitXplorer
q

unshorten

public
15 stars
9 forks
3 issues

Commits

List of commits on branch master.
Unverified
b7a5df01b1cebd180d2c0593880e6d6be4c8aa83

Some cleaning

qquark-zju committed 9 years ago
Unverified
67e8dabdf216d7fb75d968eb12c4a014b6094107

Eliminate gem build warnings

qquark-zju committed 10 years ago
Unverified
1e7f31198e038d81699e413938166f396399bf77

Merge pull request #6 from WeAreFarmGeek/master

qquark-zju committed 10 years ago
Unverified
60d14cfbe2e1c223259ad6ffddef69842612aee3

Encode urls with weird characters

jjohnhamelink committed 10 years ago
Unverified
ec061469709aec09101cf3e1373f1d5cf6cd7f81

Turn unshorten into a module, move version to lib/version.rb

jjohnhamelink committed 10 years ago
Unverified
4cb591a348013fa869a97d8c3339f0d4ec1f2813

Fixed tests

jjohnhamelink committed 10 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"