linkfollower
v1.2.0
Published
Command line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.
Downloads
171
Readme
linkfollower
Command line utility for finding out where a shortened (or any other) HTTP URL end up. Follows up to 10 redirects.
Installation
npm install -g linkfollower
Usage
follow http://tinyurl.com/m3q2xt
Result
http://tinyurl.com/m3q2xt -> 301
http://en.wikipedia.org/wiki/URL_shortening -> 301
https://en.wikipedia.org/wiki/URL_shortening -> 200