0.1.6 • Published 9 years ago

url-amplifier v0.1.6

Weekly downloads
3
License
ISC
Repository
-
Last release
9 years ago

Build Status Img Img2

A small library that expands a URL that has been shortened by a service such as bit.ly and follows only one redirect.

Installation

npm install url-amplifier

Usage

var amp = require('url-amplifier');

setTimeout(function(){
	amp('https://goo.gl/ihmH9Y'); // Output: nitintulswani.com
}, 1000);

Tests

npm test

Contributing

Add unit tests for any new or changed functionality

License

ISC

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago