Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 762 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 762 Bytes

linkfollower

master npm version OpenSSF Scorecard

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